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

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

Merge "Disable dexpreopt for deployagent" am: b42719bc

am: 2494a66c

Change-Id: I878d824bfd54a50eab144cafb8687be343ed110b
parents e44e429b 2494a66c
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,
    }
}