summaryrefslogtreecommitdiff
path: root/audio/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'audio/Android.mk')
-rw-r--r--audio/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/Android.mk b/audio/Android.mk
index fe091a84..d30f1ba6 100644
--- a/audio/Android.mk
+++ b/audio/Android.mk
@@ -31,7 +31,10 @@ LOCAL_C_INCLUDES += \
external/tinyalsa/include \
external/expat/lib \
system/media/audio_utils/include \
- system/media/audio_effects/include
+
+LOCAL_HEADER_LIBRARIES := \
+ android.hardware.audio.common.legacy@2.0 \
+ android.hardware.audio.effect.legacy@2.0
include $(BUILD_SHARED_LIBRARY)