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

Commit b42719bc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable dexpreopt for deployagent"

parents 2fdbdfdd 05af6aef
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,
    }
}