android_device_peter_gsi/BoardConfigCommon.mk
Peter Cai 11f1ad760c 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.
2021-10-12 18:29:18 -04:00

12 lines
290 B
Makefile

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