aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge E. Moreira <jemoreira@google.com>2020-07-09 14:52:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-09 14:52:35 +0000
commit580a67c5b109f22f491b3974482932b6f6317d97 (patch)
treef7c3f0b470993313ca83b29cbe6d31940171a4a0
parent5cbabddc2846a4d98297d9fc7105d090bcabfb7c (diff)
parent5153efba06b42fc3fd6faf58afb0e6e2d002b447 (diff)
downloadpffft-580a67c5b109f22f491b3974482932b6f6317d97.tar.gz
Add Android.bp and metada files am: f620dccfa6 am: 5153efba06
Original change: https://android-review.googlesource.com/c/platform/external/pffft/+/1354144 Change-Id: Ib90f6aed9534e00aa6faf2aee1f8cea5e76a9774
-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