diff options
| author | dianlujitao <dianlujitao@lineageos.org> | 2017-03-07 22:40:18 +0800 |
|---|---|---|
| committer | Rygebin <kaankulahli2@gmail.com> | 2017-04-26 16:14:01 +0000 |
| commit | 52fb5d18703dd042f18122e04d34ed000d6cbdfd (patch) | |
| tree | 5216cd24f369bbbaa09577112e855177eec988b9 | |
| parent | 3470fad3126877affb69163b59bfd655e416dff3 (diff) | |
msm8916: Use PLATFORM_PATH instead of VENDOR_PATH
Change-Id: I80a2a830a6f8a8480d98d7c28412a49539c7a199
Conflicts:
BoardConfigCommon.mk
| -rw-r--r-- | BoardConfigCommon.mk | 5 | ||||
| -rw-r--r-- | board/releasetools.mk | 2 | ||||
| -rw-r--r-- | board/sepolicy.mk | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e4951c8..7f7b96a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -13,7 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -VENDOR_PATH := device/google/msm8916-common + +PLATFORM_PATH := device/google/msm8916-common # Include board config fragments -include $(VENDOR_PATH)/board/*.mk +include $(PLATFORM_PATH)/board/*.mk diff --git a/board/releasetools.mk b/board/releasetools.mk index b81c613..7d5d417 100644 --- a/board/releasetools.mk +++ b/board/releasetools.mk @@ -1 +1 @@ -TARGET_RELEASETOOLS_EXTENSIONS := $(VENDOR_PATH) +TARGET_RELEASETOOLS_EXTENSIONS := $(PLATFORM_PATH) diff --git a/board/sepolicy.mk b/board/sepolicy.mk index 852bd13..a23eb7b 100644 --- a/board/sepolicy.mk +++ b/board/sepolicy.mk @@ -1,2 +1,2 @@ BOARD_SEPOLICY_DIRS += \ - $(VENDOR_PATH)/sepolicy + $(PLATFORM_PATH)/sepolicy |
