diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-13 12:00:25 +0800 |
|---|---|---|
| committer | Omkar <djomi400@gmail.com> | 2016-03-01 10:01:47 +0000 |
| commit | e5e5258d72b525cea9e0e419ddb613db8d95c77b (patch) | |
| tree | bbfdfcd4533bcc67e1eb6ef9d84c1f9ce60f9811 | |
| parent | 922866c206cdb9e9acae6da1cc3956360be9cb04 (diff) | |
msm8960dt: Remove redundant LOCAL_PATH definition
This is defined by default during the build.
Change-Id: I9afeaef7f1204fbec715bce56561dc8048b61e6e
| -rw-r--r-- | msm8960dt-common.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/msm8960dt-common.mk b/msm8960dt-common.mk index b32c89d..9fcbbb1 100644 --- a/msm8960dt-common.mk +++ b/msm8960dt-common.mk @@ -18,8 +18,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) $(call inherit-product-if-exists, vendor/motorola/msm8960dt-common/msm8960dt-common-vendor.mk) -LOCAL_PATH := device/motorola/msm8960dt-common - # Overlay DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay |
