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.bp6
1 files changed, 6 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..19801687a5
--- /dev/null
+++ b/webrtc/modules/audio_coding/codecs/isac/main/Android.bp
@@ -0,0 +1,6 @@
+subdirs = ["source"]
+
+cc_library_headers {
+ name: "libwebrtc_isac_interface",
+ export_include_dirs: ["include"],
+}