aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2018-10-09 15:23:45 +0200
committerfirebird11 <hbgassel@gmail.com>2019-01-12 14:07:57 +0100
commit584efc14d220ffffc5eb07b81f4f6eee3ef8a80b (patch)
treeffcab2ae25f7ab76bea90e05ea354409d153a746
parent4f1c3ce79456ec92816c9915ab9a378f7e63e463 (diff)
g3-common: Only include legacy QC sepolicy
* This has now turned into a separate repository (maintained only for legacy devices, those that never got official Orea updates). Change-Id: I9141928fcb53504c70947a7bdee4732fec11c2bb
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 45c21f9..4abf55c 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -127,8 +127,7 @@ TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USE_SDCLANG := true
# SELinux
-include device/qcom/sepolicy/sepolicy.mk
-include device/qcom/sepolicy/legacy-sepolicy.mk
+include device/qcom/sepolicy-legacy/sepolicy.mk
BOARD_SEPOLICY_DIRS += device/lge/g3-common/sepolicy
# Shipping API level (for CTS backward compatibility)