summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSourabh Banerjee <sbanerje@codeaurora.org>2015-09-29 21:13:18 -0700
committerRalph Nathan <ralphnathan@google.com>2015-10-12 13:10:32 -0700
commit0ac9091f553aa4e4a911354141c711310c97338a (patch)
tree21982a65f377753cf7d2c5b9eff6e1e01ab0d8f0
parent4d5feceb299d141f8224be064d2d5801aa1639ed (diff)
downloaddragonboard-0ac9091f553aa4e4a911354141c711310c97338a.tar.gz
set TARGET_BOARD_PLATFORM for dragonboard
410c dragonboard is a msm8916 variant, hence TARGET_BOARD_PLATFORM needs to be set to msm8916, so that qcom vendor components can build the correct flavor Change-Id: Ic913ce2741e79bdd8c6e445eee7974a8891e4e22 Signed-off-by: Sourabh Banerjee <sbanerje@codeaurora.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e959b2f..9d18629 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -32,3 +32,5 @@ PRODUCT_COPY_FILES += \
BOARD_SEPOLICY_DIRS += \
device/qcom/dragonboard/sepolicy
+
+TARGET_BOARD_PLATFORM := msm8916