From 8bb5ddeee0d3a1736e245043538b32c92124efa2 Mon Sep 17 00:00:00 2001 From: "Jorge E. Moreira" Date: Wed, 1 Jul 2020 12:15:19 -0700 Subject: Add Android.bp and metadata files Bug: 158130138 Test: mm Change-Id: Ibb8822fcbcb05ce8d3987f59eeef5e0c45ee7e26 --- Android.bp | 12 ++++++++++++ METADATA | 17 +++++++++++++++++ MODULE_LICENSE_BSD | 0 3 files changed, 29 insertions(+) create mode 100644 Android.bp create mode 100644 METADATA create mode 100644 MODULE_LICENSE_BSD diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..c0e471a --- /dev/null +++ b/Android.bp @@ -0,0 +1,12 @@ +cc_library_static { + name: "rnnoise_rnn_vad", + srcs: [ + "src/rnn_vad_weights.cc", + ], + export_include_dirs: [ + "src", + ], + host_supported: true, + device_supported: false, + visibility: ["//external/webrtc:__subpackages__"], +} diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..eb57da2 --- /dev/null +++ b/METADATA @@ -0,0 +1,17 @@ +name: "rnnoise" +description: + "Recurrent neural network for audio noise reduction" + +third_party { + url { + type: HOMEPAGE + value: "https://github.com/xiph/rnnoise" + } + url { + type: GIT + value: "https://github.com/xiph/rnnoise.git" + } + version: "9acc1e5a633e0961a5895a73204df24744f199b6" + last_upgrade_date { year: 2020 month: 6 day: 3 } + license_type: NOTICE +} diff --git a/MODULE_LICENSE_BSD b/MODULE_LICENSE_BSD new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3