Remove ro.apex.updatable=false in GSI
Originally, GSI forced disable APEX and always contains apex packages in flattern format. This patch remove the enforcement, and APEX updateble is enabled according to ro.apex.updatable in vendor. Bug: 145245545 Test: build aosp_arm64-userdebug, check the property in system Change-Id: I9cc943d7b2a30d037a2c1c137dad1233c1e3f57e
This commit is contained in:
parent
e7c1f6314c
commit
d24bc21f06
1 changed files with 0 additions and 6 deletions
|
@ -29,12 +29,6 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \
|
|||
system/product/% \
|
||||
system/system_ext/%
|
||||
|
||||
|
||||
# GSI doesn't support apex for now.
|
||||
# Properties set in product take precedence over those in vendor.
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.apex.updatable=false
|
||||
|
||||
# Split selinux policy
|
||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||
|
||||
|
|
Loading…
Reference in a new issue