aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge E. Moreira <jemoreira@google.com>2020-06-22 11:54:50 -0700
committerJorge E. Moreira <jemoreira@google.com>2020-07-01 12:58:33 -0700
commitf620dccfa6cf5c15904cb7d90d37038e9132216d (patch)
treef7c3f0b470993313ca83b29cbe6d31940171a4a0
parent87c4721c8ad7d7e0e9e2057b46c92acd4ac50fb6 (diff)
downloadpffft-f620dccfa6cf5c15904cb7d90d37038e9132216d.tar.gz
Add Android.bp and metada filesandroid-r-beta-3android-r-beta-2
Bug: 158129386 Test: mm Change-Id: Ie085f3ed7f96a831085236fead14015c1005afc2
-rw-r--r--Android.bp12
-rw-r--r--METADATA19
-rw-r--r--MODULE_LICENSE_BSD0
3 files changed, 31 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..611260e
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,12 @@
+cc_library_static {
+ name: "libpffft",
+ srcs: [
+ "pffft.c",
+ "pffft_common.c",
+ ],
+ local_include_dirs: ["."],
+ export_include_dirs: ["."],
+ host_supported: true,
+ device_supported: false,
+ visibility: ["//external/webrtc:__subpackages__"],
+}
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..e738a56
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "pffft"
+description:
+ "A pretty fast FFT. "
+ "This is a fork of Julien Pommier's PFFFT. The original hasn't been "
+ "maintained since 2016, while this one is actively developed on."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/marton78/pffft"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/marton78/pffft.git"
+ }
+ version: "eeb17fc8a08078372de542647841750136e1cf85"
+ 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
--- /dev/null
+++ b/MODULE_LICENSE_BSD