aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/isac/main/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-26 07:40:50 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-26 07:40:50 +0000
commit666817c7d15606ae004a72a04aee25d45d5da243 (patch)
tree226623a55650a0db4a1494d1d84f77ff65a709a5 /webrtc/modules/audio_coding/codecs/isac/main/Android.bp
parentff3826d38268ab90b557f4992c25fdfa73ee1d23 (diff)
parentc333849418e52f0b07572738f0baecb81f642435 (diff)
downloadwebrtc-666817c7d15606ae004a72a04aee25d45d5da243.tar.gz
Merge "Add 'vendor: true' to headers to fix vndk builds"
am: c333849418 Change-Id: I2a34f700a1735f2ae000b34ae137a96553ac367e
Diffstat (limited to 'webrtc/modules/audio_coding/codecs/isac/main/Android.bp')
-rw-r--r--webrtc/modules/audio_coding/codecs/isac/main/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/audio_coding/codecs/isac/main/Android.bp b/webrtc/modules/audio_coding/codecs/isac/main/Android.bp
index 19801687a5..54431dbbe3 100644
--- a/webrtc/modules/audio_coding/codecs/isac/main/Android.bp
+++ b/webrtc/modules/audio_coding/codecs/isac/main/Android.bp
@@ -2,5 +2,6 @@ subdirs = ["source"]
cc_library_headers {
name: "libwebrtc_isac_interface",
+ vendor: true,
export_include_dirs: ["include"],
}