commit | 2bb4d9d8fba90841c9f1126cc7921db7f211d728 | [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 | de7f6b5025c1e6bf04ba0b9a08b0d93610bed47d [diff] | |
parent | a5c940db1a068f23b0744b7b39f1e923d2067287 [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, } }