diff options
Diffstat (limited to 'target/product/updatable_apex.mk')
| -rw-r--r-- | target/product/updatable_apex.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/target/product/updatable_apex.mk b/target/product/updatable_apex.mk index 8357fdf7fd..8b3bc9a7e5 100644 --- a/target/product/updatable_apex.mk +++ b/target/product/updatable_apex.mk @@ -17,10 +17,4 @@ # com.android.apex.cts.shim.v1_prebuilt overrides CtsShimPrebuilt # and CtsShimPrivPrebuilt since they are packaged inside the APEX. PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt -PRODUCT_SYSTEM_PROPERTIES := ro.apex.updatable=true - -# Use compressed apexes in pre-installed partitions. -# Note: this doesn't mean that all pre-installed apexes will be compressed. -# Whether an apex is compressed or not is controlled at apex Soong module -# via compresible property. -PRODUCT_COMPRESSED_APEX := true +PRODUCT_SYSTEM_PROPERTIES += ro.apex.updatable=true |
