summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp9
1 files changed, 8 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4fef128..cbc47a1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,5 +17,12 @@
android_app {
name: "ModuleMetadata",
sdk_version: "28",
- installable: false,
+
+ optimize: {
+ enabled: false,
+ },
+
+ dex_preopt: {
+ enabled: false,
+ },
} \ No newline at end of file