summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2015-01-26 06:17:53 +0100
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-11-06 22:20:38 +0800
commit11a2544b2421d3d04e2a9a15e4cca953d48bf06d (patch)
tree39e7b1f8ee2ef092fce0690e143229d4bc96e792
parent689a72c990c214eb239cf4a1d93e958136134cb9 (diff)
downloadandroid_hardware_qcom_audio-11a2544b2421d3d04e2a9a15e4cca953d48bf06d.tar.gz
android_hardware_qcom_audio-11a2544b2421d3d04e2a9a15e4cca953d48bf06d.tar.bz2
android_hardware_qcom_audio-11a2544b2421d3d04e2a9a15e4cca953d48bf06d.zip
hal: Allow building hardware audio encoders
* TARGET_USES_QCOM_MM_AUDIO flag is not used in CM. Change-Id: I9171b5fe6f1163d407284217cd8f33ffa3291e16
-rw-r--r--mm-audio/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm-audio/Android.mk b/mm-audio/Android.mk
index 3885afc6..5053e7d6 100644
--- a/mm-audio/Android.mk
+++ b/mm-audio/Android.mk
@@ -1,3 +1 @@
-ifeq ($(strip $(TARGET_USES_QCOM_MM_AUDIO)),true)
include $(call all-subdir-makefiles)
-endif