summaryrefslogtreecommitdiffstats
path: root/voice_processing
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-03-28 11:32:30 -0700
committerVijay Venkatraman <vijaykv@google.com>2017-06-02 14:56:58 -0700
commit0c87ff0550054ce735dfde2c0d4f406c48d0dbd9 (patch)
tree8145c535bfb7b94abe1359fcb03b57ed09257bd1 /voice_processing
parent9a07c1d06b03fc43d6c68568099fe9b59e23e67e (diff)
downloadandroid_hardware_qcom_audio-0c87ff0550054ce735dfde2c0d4f406c48d0dbd9.tar.gz
android_hardware_qcom_audio-0c87ff0550054ce735dfde2c0d4f406c48d0dbd9.tar.bz2
android_hardware_qcom_audio-0c87ff0550054ce735dfde2c0d4f406c48d0dbd9.zip
Add libhardware_headers and libsystem_headers to modules
Bug: 33241851 Test: Build target and pass CTS audio Change-Id: Ibf8b0662cd7aea5592522b3ead2d8eb2aaac6c04
Diffstat (limited to 'voice_processing')
-rw-r--r--voice_processing/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/voice_processing/Android.mk b/voice_processing/Android.mk
index e8878eed..7ebeb701 100644
--- a/voice_processing/Android.mk
+++ b/voice_processing/Android.mk
@@ -23,4 +23,5 @@ LOCAL_SHARED_LIBRARIES += libdl
LOCAL_CFLAGS += -fvisibility=hidden
+LOCAL_HEADER_LIBRARIES += libhardware_headers
include $(BUILD_SHARED_LIBRARY)