Force set updatable apex to false

This is needed for flattened apexes to work. Note that the system/core
hack for overriding vendor props with system ones is required.
This commit is contained in:
Peter Cai 2021-10-12 18:29:18 -04:00
parent 3d7dffc6f4
commit 11f1ad760c
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,9 @@ DEVICE_PATH := device/peter/gsi
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
# Props
TARGET_SYSTEM_PROP := $(DEVICE_PATH)/system.prop
# Sepolicy
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/private
SELINUX_IGNORE_NEVERALLOWS := true

1
system.prop Normal file
View file

@ -0,0 +1 @@
ro.apex.updatable=false