Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2494a66c authored by Henry Daitx's avatar Henry Daitx Committed by android-build-merger
Browse files

Merge "Disable dexpreopt for deployagent"

am: b42719bc

Change-Id: Id6c190730f028c3cbf7c29917640796fe8c29419
parents 2c90557d b42719bc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ java_binary {
    wrapper: "deployagent/deployagent.sh",
    proto: {
        type: "lite",
    },
    dex_preopt: {
        enabled: false,
    }
}