aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/isac/fix/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_coding/codecs/isac/fix/Android.bp')
-rw-r--r--webrtc/modules/audio_coding/codecs/isac/fix/Android.bp6
1 files changed, 6 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
new file mode 100644
index 0000000000..374d1b13cf
--- /dev/null
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/Android.bp
@@ -0,0 +1,6 @@
+subdirs = ["*"]
+
+cc_library_headers {
+ name: "libwebrtc_isacfix_headers",
+ export_include_dirs: ["include"],
+}