aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'RotaryPlayground/Android.bp')
-rw-r--r--RotaryPlayground/Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/RotaryPlayground/Android.bp b/RotaryPlayground/Android.bp
index b8304ad..03583ba 100644
--- a/RotaryPlayground/Android.bp
+++ b/RotaryPlayground/Android.bp
@@ -23,14 +23,16 @@ android_app {
sdk_version: "system_current",
static_libs: [
- "androidx-constraintlayout_constraintlayout",
- "car-apps-common",
"car-ui-lib",
],
owner: "google",
certificate: "shared",
+ dex_preopt: {
+ enabled: false,
+ },
+
optimize: {
enabled: false,
}