summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2015-01-26 06:17:53 +0100
committerRashed Abdel-Tawab <rashed@linux.com>2015-10-09 17:38:35 -0400
commitbfca49509a036b27e0b421b7c55661ab991f71dd (patch)
tree201ba33786fc95a83875d02ac6bd154a13711e72
parent64f6447d53b288c0e7f9e5f8008c803a8710088e (diff)
downloadhardware_qcom_audio-bfca49509a036b27e0b421b7c55661ab991f71dd.tar.gz
hardware_qcom_audio-bfca49509a036b27e0b421b7c55661ab991f71dd.tar.bz2
hardware_qcom_audio-bfca49509a036b27e0b421b7c55661ab991f71dd.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