aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/isac/fix/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-26 07:42:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-26 07:42:51 +0000
commit2f7f5be1dfb1e396f708cc4ed144657a8f9c2844 (patch)
tree226623a55650a0db4a1494d1d84f77ff65a709a5 /webrtc/modules/audio_coding/codecs/isac/fix/Android.bp
parenta3f42b7dc93a03d1995e2d2741bb4b1b73e17239 (diff)
parent666817c7d15606ae004a72a04aee25d45d5da243 (diff)
downloadwebrtc-2f7f5be1dfb1e396f708cc4ed144657a8f9c2844.tar.gz
Merge "Add 'vendor: true' to headers to fix vndk builds" am: c333849418
am: 666817c7d1 Change-Id: Ic02d71e88487502a1af99ade46329b68bf5f13dd
Diffstat (limited to 'webrtc/modules/audio_coding/codecs/isac/fix/Android.bp')
-rw-r--r--webrtc/modules/audio_coding/codecs/isac/fix/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/Android.bp b/webrtc/modules/audio_coding/codecs/isac/fix/Android.bp
index 374d1b13cf..dedbc66395 100644
--- a/webrtc/modules/audio_coding/codecs/isac/fix/Android.bp
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/Android.bp
@@ -2,5 +2,6 @@ subdirs = ["*"]
cc_library_headers {
name: "libwebrtc_isacfix_headers",
+ vendor: true,
export_include_dirs: ["include"],
}