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