summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2012-06-29 16:55:10 -0700
committerIliyan Malchev <malchev@google.com>2012-06-29 16:55:10 -0700
commit3bf1700cac9597e9be0866bfa9e54c689d63b3e1 (patch)
tree4d84143222a219c774281d3943ee177874d053d9 /Android.mk
parent31e69ccf001c02e2a9e820e6589e5c9cf9e074cf (diff)
downloadandroid_hardware_qcom_audio-3bf1700cac9597e9be0866bfa9e54c689d63b3e1.tar.gz
android_hardware_qcom_audio-3bf1700cac9597e9be0866bfa9e54c689d63b3e1.tar.bz2
android_hardware_qcom_audio-3bf1700cac9597e9be0866bfa9e54c689d63b3e1.zip
hardware/qcom/audio: fix build for other targets
Change-Id: I4f5c999f6cc215ded54eb6f4b9ea54666c51b7a0 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e0a030d3..356b7de6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,2 +1,6 @@
+ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
+
AUDIO_ROOT := $(call my-dir)
include $(call all-subdir-makefiles)
+
+endif