summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Freni <dariofreni@google.com>2018-12-31 15:17:50 +0000
committerDario Freni <dariofreni@google.com>2018-12-31 15:27:20 +0000
commitb3b53b20828f4028cd2b552f0347ce6f736db0ea (patch)
tree974a15c5ee1bef60773fea0c6e197f3f9c1204b6
parent57e6db79f83d0f2e5c1a253c120866dda4cb927d (diff)
downloadModuleMetadata-b3b53b20828f4028cd2b552f0347ce6f736db0ea.tar.gz
Make the ModuleMetadata installable.
This was a wrong attempt to circumvent a bug for which a classes.dex file gets wrongly generated by soong. The resulting APK will have a classes.dex until the underlying bug in soong is solved, but it should be mostly harmless (tm) and small anyway. Test: mm Bug: 121278993 Bug: 121187951 Change-Id: Ia5a17a8d0ee432b414ae26bedb13be9a63b03108
-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