aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Cody Schuffelen <schuffelen@google.com>2023-11-02 22:51:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-02 22:51:32 +0000
commit70782bc39824b670d0fad7bee31563a6772c9636 (patch)
treeb6b08312b8f6f31dbaf3577a944146fc30177568
parentbc17b0c31e872a6c92fd3e122d43da5fec0202be (diff)
parent8cd28f61b030ee1911f2c7ca794b72d85d942a27 (diff)
downloadsandboxed-api-70782bc39824b670d0fad7bee31563a6772c9636.tar.gz
Add metadata files am: 797a093f6b am: b7191cd0a5 am: 8cd28f61b0
Original change: https://android-review.googlesource.com/c/platform/external/sandboxed-api/+/2814880 Change-Id: Ic4231ff115c673181dad239286751f4521d18ac2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS2
3 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..e72f718
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "sandboxed-api"
+description:
+ "Generate sandboxes for C/C++ libraries automatically"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/google/sandboxed-api"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/google/sandboxed-api"
+ }
+ version: "4ba75ea0a29b55874f08ee10cc8878f5ad847cd1"
+ last_upgrade_date { year: 2023 month: 7 day: 17 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..10c046b
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+ellisr@google.com
+schuffelen@google.com