diff options
| -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 |
