commit | 2494a66c37cd293b132858651db75d17c951a4bc | [log] [tgz] |
---|---|---|
author | Henry Daitx <daitx@google.com> | Thu Jan 17 13:24:22 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 17 13:24:22 2019 -0800 |
tree | 85cfc44c454bb75c5eb0bfe29e90f378ddaa65d2 | |
parent | 2c90557d27658e665a6c50bbc20319dab56fd02e [diff] | |
parent | b42719bcd3c84e21d16d400c0763a1dcd7e005bb [diff] |
Merge "Disable dexpreopt for deployagent" am: b42719bcd3 Change-Id: Id6c190730f028c3cbf7c29917640796fe8c29419
diff --git a/adb/fastdeploy/Android.bp b/adb/fastdeploy/Android.bp index 400b12f..1ba0de0 100644 --- a/adb/fastdeploy/Android.bp +++ b/adb/fastdeploy/Android.bp
@@ -22,6 +22,9 @@ wrapper: "deployagent/deployagent.sh", proto: { type: "lite", + }, + dex_preopt: { + enabled: false, } }