summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2015-10-15 18:43:53 -0700
committerGaurav Shah <gauravsh@google.com>2015-10-16 02:08:31 +0000
commit4826308e2f9487aa38f5783af9d25fb465f69dc1 (patch)
treea010ac277e166cb2c8386e5d397a051d45cb8941
parentc77bb405aa0f6bf6a05e872652fcf6a3633b9ae0 (diff)
downloaddragonboard-4826308e2f9487aa38f5783af9d25fb465f69dc1.tar.gz
dragonboard: Add DEVICE_PACKAGES macro
Change-Id: Ic7621aa8d9476312dad743cfcd0e759e27e20e28
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 64743ec..6724e8f 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -56,3 +56,6 @@ BOARD_HAVE_BLUETOOTH_QCOM := true
QCOM_BT_USE_SMD_TTY := true
BLUETOOTH_HCI_USE_MCT := true
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/qcom/dragonboard/bluetooth
+
+# Must be defined at the end of the file
+$(call add_device_packages)