summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-04-08 15:51:43 -0700
committerRom Lemarchand <romlem@google.com>2013-04-08 15:51:43 -0700
commit00681076451d323128fb46b6d891b525c5f9bb50 (patch)
treecbb8580da17f4350d0dfd8650a7af6d58a3fa612 /Android.mk
parent795d21f14da4538ff4727b2df3c5cf4f70563af9 (diff)
downloadandroid_hardware_qcom_audio-00681076451d323128fb46b6d891b525c5f9bb50.tar.gz
android_hardware_qcom_audio-00681076451d323128fb46b6d891b525c5f9bb50.tar.bz2
android_hardware_qcom_audio-00681076451d323128fb46b6d891b525c5f9bb50.zip
Add support for msm8974 and msm8226 targets
Adding support for msm8974 and msm8226 targets to make Qualcomm patch integration easier. Change-Id: Id3196c8c314ee1174580b22b11fc4068b0421504
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5230e2c8..ef68c63d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-ifneq ($(filter msm8960 msm8x26 msm8x74,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter msm8960 msm8226 msm8x26 msm8974 msm8x74,$(TARGET_BOARD_PLATFORM)),)
LOCAL_PATH := $(call my-dir)