summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2019-08-05 11:08:23 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-05 11:08:23 -0700
commit52902062023f92873765e4796f09e2802d1e4e7c (patch)
treeebca6a3fb49adaf46862c37ca62030d86045e0b3
parentfcaa728e9e2b5d274df5a72fd7ad7803fd035e23 (diff)
parent9359ffb16b2b8d573dd27930a000190c49cb374d (diff)
downloadlibhardware-52902062023f92873765e4796f09e2802d1e4e7c.tar.gz
Merge "Remote submix: replace include path with module dependency"
am: 9359ffb16b Change-Id: Ifb7af40f20ee05a034063c3c179282c301926344
-rw-r--r--modules/audio_remote_submix/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/audio_remote_submix/Android.bp b/modules/audio_remote_submix/Android.bp
index c7d018c0..f7b5c143 100644
--- a/modules/audio_remote_submix/Android.bp
+++ b/modules/audio_remote_submix/Android.bp
@@ -17,9 +17,6 @@ cc_library_shared {
relative_install_path: "hw",
vendor: true,
srcs: ["audio_hw.cpp"],
- include_dirs: [
- "system/media/audio_utils/include",
- ],
shared_libs: [
"liblog",
"libcutils",