aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Haseeb Ahmad <mhahmad@google.com>2021-12-30 02:46:05 +0000
committerMuhammad Haseeb Ahmad <mhahmad@google.com>2021-12-30 18:57:15 +0000
commit3f21e91ea0ecd407dc374aad31f6d26676260815 (patch)
treeed9c66705b1912ed00c48de2105c1de4a3cf7607
parent5c6f4116994d03e47d625eda2b4b7d7fe9702a3c (diff)
downloadjazzer-api-3f21e91ea0ecd407dc374aad31f6d26676260815.tar.gz
Add OWNERS, LICENSE, METADATA and Android.bp
Bug: 211030211 Test: m jazzer Change-Id: Ic0999c9398fab1d2481e35bca48b1fef5c40ed2c
-rw-r--r--Android.bp7
-rw-r--r--METADATA18
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS2
4 files changed, 27 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 00000000..45829ece
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,7 @@
+java_library {
+ name: "jazzer",
+ srcs: [
+ "agent/src/main/java/com/code_intelligence/jazzer/api/*.java",
+ ],
+ visibility: ["//visibility:public"],
+}
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..a9f0a42c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "jazzer-api"
+description:
+ "jazzer is an opensource fuzzing engine for java code. This API provides "
+ "useful functions to write an effective fuzz target."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/CodeIntelligenceTesting/jazzer"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/CodeIntelligenceTesting/jazzer"
+ }
+ version: "726cc6bd0c0e26378574f74b712de948e56664ec"
+ last_upgrade_date { year: 2021 month: 12 day: 15 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 00000000..d930777c
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+mhahmad@google.com
+hamzeh@google.com