summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tjin <pattjin@google.com>2015-03-20 16:08:44 -0700
committerPatrick Tjin <pattjin@google.com>2015-04-13 07:32:56 -0700
commitf7291473d27e0cc43b5b0f238851340eef64fb65 (patch)
tree1ba8851d7ff88a4bc0e6de3795578e45fcf2146a
parentb92ec53a959b9b99770bb80cdec65c236d34a263 (diff)
downloadandroid_hardware_qcom_bt-f7291473d27e0cc43b5b0f238851340eef64fb65.tar.gz
android_hardware_qcom_bt-f7291473d27e0cc43b5b0f238851340eef64fb65.tar.bz2
android_hardware_qcom_bt-f7291473d27e0cc43b5b0f238851340eef64fb65.zip
msm8992/4: Add to bluetooth makefile
Change-Id: Icfa3981d7a1aacbad9568e28718d71e0733e276c Signed-off-by: Patrick Tjin <pattjin@google.com>
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 16a43a6..ba63ea1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,3 @@
-ifneq ($(filter msm8960 msm8x27 msm8974 msm8226,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter msm8960 msm8x27 msm8974 msm8226 msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,libbt-vendor)
endif