aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorPhil Burk <philburk@google.com>2020-09-09 08:13:48 -0700
committerPhil Burk <philburk@google.com>2020-09-09 08:13:48 -0700
commit321355dda7339b872c78fa8d07bd2febaf5babae (patch)
treea7b035125bb23a67ba3e7b475695bb0a2035302a /METADATA
parent74c76d36b95b63d82dcf907843e49236986ec51e (diff)
downloadoboe-321355dda7339b872c78fa8d07bd2febaf5babae.tar.gz
oboe: add METADATA and OWNERS files
These will be used when updating from GitHub. Bug: 148814718 Test: visual inspection Change-Id: I3dee7cc0276cf7e9cbc772ab9ab79c41a14351d2
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA12
1 files changed, 12 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..b003168f
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,12 @@
+name: "Oboe"
+description:
+ "Native audio API for Android that calls AAudio or OpenSL ES."
+
+third_party {
+ url {
+ type: GIT
+ value: "https://github.com/google/oboe"
+ }
+ version: "c4d7e73c8fcf5ab2edc85ee48330a43edd5f52fc"
+ last_upgrade_date { year: 2020 month: 2 day: 6 }
+}