common: Disable mount point symlinks by default

Since this was just included from
"common: Include QCOM AndroidBoardCommon"
a few days ago, there should be no impact on
legacy devices.

Change-Id: I97ebeb40eac0ae5592bca298dc42050f47812eb9
This commit is contained in:
Arian 2020-11-29 01:34:43 +01:00 committed by Alexander Koskovich
parent 05ae7dd4ad
commit 628b695c85
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ ifeq ($(call is-board-platform-in-list, apq8084 msm8226 msm8610 msm8974 msm8992
TARGET_USES_QCOM_BSP := true TARGET_USES_QCOM_BSP := true
endif endif
# Default mount point symlinks to false
# since they are not used on 8998 and up
TARGET_MOUNT_POINTS_SYMLINKS ?= false
# SEPolicy # SEPolicy
ifneq ($(TARGET_EXCLUDE_QCOM_SEPOLICY),true) ifneq ($(TARGET_EXCLUDE_QCOM_SEPOLICY),true)
ifneq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),) ifneq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),)