Updtate compression property
As part of making compression property enabled by default for to s/t-launched-apex-module, we need
to remove setting compression property to true and add compression:
false to apex which didn't enable compression.
Ignore-AOSP-First: solving merge conflict
Bug: 232383705
Test: m
Change-Id: I9b0a27f31526d3f5870a510541081d04e7c41ce4
diff --git a/build/apex/Android.bp b/build/apex/Android.bp
index 9ad5eee..80acd81 100644
--- a/build/apex/Android.bp
+++ b/build/apex/Android.bp
@@ -300,9 +300,6 @@
enabled: false,
},
},
- // Indicates that pre-installed version of this apex can be compressed.
- // Whether it actually will be compressed is controlled on per-device basis.
- compressible: true,
}
apex_defaults {
@@ -363,6 +360,7 @@
file_contexts: ":com.android.art-file_contexts",
certificate: ":com.android.art.certificate",
installable: false,
+ compressible: false,
}
apex_test {