aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix <google@ix5.org>2019-05-28 14:05:51 +0200
committerMichael Bestas <mkbestas@lineageos.org>2020-12-20 18:55:01 +0200
commit72fdc0e74936683eff5d8a5e1a2ffe41313adb80 (patch)
tree5a43d073480d64c1c0d3dbd3cd5e36e13e503e52
parent01858d3c7a4e7b75d40304e8a887574cdd0a8182 (diff)
sdm660-common: sepolicy: Use BOARD_VENDOR_SEPOLICY_DIRS
BOARD_SEPOLICY_DIRS is deprecated. Change-Id: I046282b2a2e8c541726fb29cb0044503322d4be9
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 5681293..b7eaa9c 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -177,7 +177,7 @@ TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
# SELinux
include device/qcom/sepolicy-legacy-um/SEPolicy.mk
-BOARD_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
+BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
BOARD_PLAT_PUBLIC_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/public
BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/private