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

Commit 16bfa58f authored by Henry Daitx's avatar Henry Daitx Committed by android-build-merger
Browse files

Merge "Disable dexpreopt for deployagent" am: b42719bc am: 2494a66c

am: fbc48702

Change-Id: I6a64a96f7cd93276d8d81e0e0a55f43548613a80
parents 317de608 fbc48702
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,
    }
}