aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2017-03-07 22:40:18 +0800
committerLouis Popi <theh2o64@gmail.com>2017-03-11 20:39:21 +0100
commit1fc6b4176109997fc075bd6c26b625b680aab383 (patch)
treec15ba0fa5a706e64b0f78abe1a51318537467131 /BoardConfigCommon.mk
parenta9995b52ad5e75882244cdfb2652cffda8ae6031 (diff)
msm8916: Use PLATFORM_PATH instead of VENDOR_PATH
Change-Id: I80a2a830a6f8a8480d98d7c28412a49539c7a199
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 81992dc..40d0711 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-VENDOR_PATH := device/cyanogen/msm8916-common
+PLATFORM_PATH := device/cyanogen/msm8916-common
# Include board config fragments
-include $(VENDOR_PATH)/board/*.mk
+include $(PLATFORM_PATH)/board/*.mk