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