summaryrefslogtreecommitdiff
path: root/marlin/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'marlin/BoardConfig.mk')
-rw-r--r--marlin/BoardConfig.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/marlin/BoardConfig.mk b/marlin/BoardConfig.mk
index 4f015fdf..6ac834a5 100644
--- a/marlin/BoardConfig.mk
+++ b/marlin/BoardConfig.mk
@@ -3,8 +3,8 @@
# Product-specific compile-time definitions
#
-# Allow Lineage config to override others
--include device/google/marlin/marlin/BoardConfigLineage.mk
+# Allow Aicp config to override others
+-include device/google/marlin/marlin/BoardConfigAicp.mk
TARGET_BOARD_PLATFORM := msm8996
TARGET_BOOTLOADER_BOARD_NAME := marlin
@@ -12,6 +12,8 @@ TARGET_BOARD_INFO_FILE := device/google/marlin/marlin/board-info.txt
TARGET_USES_INTERACTION_BOOST := true
+SELINUX_IGNORE_NEVERALLOWS := true
+
TARGET_USES_AOSP := true
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
@@ -109,7 +111,7 @@ BOARD_ROOT_EXTRA_FOLDERS := firmware firmware/radio persist
BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp
BOARD_SEPOLICY_DIRS += device/google/marlin/sepolicy
-ifneq ($(filter lineage_marlin marlin marlinf, $(TARGET_PRODUCT)),)
+ifneq ($(filter aicp_marlin marlin marlinf, $(TARGET_PRODUCT)),)
BOARD_SEPOLICY_DIRS += device/google/marlin/sepolicy/verizon
endif
BOARD_PLAT_PRIVATE_SEPOLICY_DIR := device/google/marlin/sepolicy/private