diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-12 19:01:22 +0800 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-02-12 10:45:37 -0800 |
| commit | e7869cb0e404677463a802c67d24d98a614cc84a (patch) | |
| tree | fb9904e1cc2ce6902965b058c4b27ee2ba5533c0 | |
| parent | 283e684095bb243846c7c739c18ad9aa872a9109 (diff) | |
msm8960dt: Use LOCAL_PATH for tree reference
Since we define it, let's use it.
Change-Id: I975118f844d5d7e47869d0142faae8fc59790481
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
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 |
