aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/isac/main/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-24 19:04:50 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-25 15:20:25 -0700
commit7358fda399c8a3dccaf0120bb9cee89807c640bf (patch)
treed7e9c17332b4c741cd3115663626f3fd2e9c9cfb /webrtc/modules/audio_coding/codecs/isac/main/Android.bp
parentaa415f46df13a1b8f7059e9ad938442a37a6a21f (diff)
downloadwebrtc-7358fda399c8a3dccaf0120bb9cee89807c640bf.tar.gz
Convert to Android.bp
See build/soong/README.md for more information. Test: mmma external/webrtc Change-Id: I821fe8af5da246c7d93c2caee2b7e262a2c0ef53
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"],
+}