commit | 3bf1700cac9597e9be0866bfa9e54c689d63b3e1 | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Fri Jun 29 16:55:10 2012 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Fri Jun 29 16:55:10 2012 -0700 |
tree | 4d84143222a219c774281d3943ee177874d053d9 | |
parent | 31e69ccf001c02e2a9e820e6589e5c9cf9e074cf [diff] [blame] |
hardware/qcom/audio: fix build for other targets Change-Id: I4f5c999f6cc215ded54eb6f4b9ea54666c51b7a0 Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/Android.mk b/Android.mk index e0a030d..356b7de 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