summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:04:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:04:18 +0000
commit60ee6c0bbc0796f5124047a13280a4167581b58c (patch)
treeec238f93fddef597a5a6086b7c363bae33958735
parent2362336161d9ce640fbf780f13b95be01c30240b (diff)
parent22907f4d05369353acca7789e0e4610a2d6ccacd (diff)
downloadjsr305-android13-mainline-media-swcodec-release.tar.gz
Change-Id: I9237a349055c7108310ef1ebfe4911cbd05b6d78
-rw-r--r--BUILD7
-rw-r--r--OWNERS2
2 files changed, 8 insertions, 1 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..2d0449e
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,7 @@
+# TODO(b/198224074): auto-generate this file using bp2build.
+
+java_library(
+ name = "jsr305",
+ srcs = glob(["ri/src/main/java/**/*.java"]),
+ visibility = ["//visibility:public"],
+)
diff --git a/OWNERS b/OWNERS
index f4abeee..10753f9 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,4 +1,4 @@
-dauletz@google.com
ngeoffray@google.com
+oth@google.com
paulduffin@google.com