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:
parent
05ae7dd4ad
commit
628b695c85
|
@ -28,6 +28,10 @@ ifeq ($(call is-board-platform-in-list, apq8084 msm8226 msm8610 msm8974 msm8992
|
|||
TARGET_USES_QCOM_BSP := true
|
||||
endif
|
||||
|
||||
# Default mount point symlinks to false
|
||||
# since they are not used on 8998 and up
|
||||
TARGET_MOUNT_POINTS_SYMLINKS ?= false
|
||||
|
||||
# SEPolicy
|
||||
ifneq ($(TARGET_EXCLUDE_QCOM_SEPOLICY),true)
|
||||
ifneq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),)
|
||||
|
|
Loading…
Reference in New Issue