Skip to content

Commit 9db79fe

Browse files
committed
device: force flattened apex through product properties
Overrides ro.apex.updatable=true in /vendor/build.prop Change-Id: If6b25112dfb3faae901b9fb1a13d5e238c2f5b75
1 parent f84efbd commit 9db79fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

device.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ PRODUCT_PACKAGES += \
3838
bootctl \
3939
vintf
4040

41+
# Force flattened APEX
42+
PRODUCT_PRODUCT_PROPERTIES := ro.apex.updatable=false
43+
4144
# Soong
4245
PRODUCT_SOONG_NAMESPACES += \
4346
$(LOCAL_PATH)

0 commit comments

Comments
 (0)