summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAjay Dudani <adudani@codeaurora.org>2012-06-18 16:01:16 -0700
committerIliyan Malchev <malchev@google.com>2012-06-21 12:06:48 -0700
commit9746c4758b161e26eec92b1ef1ff1bf0ba0bd268 (patch)
treebdc4745b6b1d1a647fbb471e3a96a4cf5d950eb8 /Android.mk
parent4113f34dfbaa8d82a5e1ef0265e916317161984d (diff)
downloadandroid_hardware_qcom_audio-9746c4758b161e26eec92b1ef1ff1bf0ba0bd268.tar.gz
android_hardware_qcom_audio-9746c4758b161e26eec92b1ef1ff1bf0ba0bd268.tar.bz2
android_hardware_qcom_audio-9746c4758b161e26eec92b1ef1ff1bf0ba0bd268.zip
audio: Updates to comply with standard libhardware_legacy audio hal
Revert back to original libhardware_legacy audio hal headers from AOSP. This makes corresponding code changes to disable features to match audio hal implementation with standard libhardware_legacy audio hal. Change-Id: Ibf1e50d3fffc8280ba417a26172c0f04206474e3
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 00000000..e0a030d3
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,2 @@
+AUDIO_ROOT := $(call my-dir)
+include $(call all-subdir-makefiles)