aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-02-12 19:01:22 +0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-12 10:45:37 -0800
commite7869cb0e404677463a802c67d24d98a614cc84a (patch)
treefb9904e1cc2ce6902965b058c4b27ee2ba5533c0
parent283e684095bb243846c7c739c18ad9aa872a9109 (diff)
msm8960dt: Use LOCAL_PATH for tree reference
Since we define it, let's use it. Change-Id: I975118f844d5d7e47869d0142faae8fc59790481
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index ce6ff2c..745aab8 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -99,7 +99,7 @@ TARGET_USERIMAGES_USE_F2FS := true
-include device/qcom/sepolicy/sepolicy.mk
BOARD_SEPOLICY_DIRS += \
- device/motorola/msm8960dt-common/sepolicy
+ $(LOCAL_PATH)/sepolicy
# Wifi
BOARD_HAS_QCOM_WLAN := true