summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-07 23:15:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-07 23:15:24 +0000
commite3ac9c966aac60341aa47eb091bb985e742ce019 (patch)
tree26988dc041b3505184d6176bead153a0bec03f05
parenta82bf9875815f56ca4b0bbe5f6076d6046fbec86 (diff)
parent9714bfdc4ada124095c861646f96e8a7cfb7ddca (diff)
downloadwayland-protocols-sdk-release.tar.gz
Snap for 11812660 from 9714bfdc4ada124095c861646f96e8a7cfb7ddca to sdk-releasesdk-release
Change-Id: Id4bdde403f6f49e608711249a5a03c6cfdfcbd89
-rw-r--r--OWNERS19
-rw-r--r--wayland_protocol_codegen.go2
2 files changed, 13 insertions, 8 deletions
diff --git a/OWNERS b/OWNERS
index 57cac79..899c9a6 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,9 +1,14 @@
-# Default code reviewers picked from top 3 or more developers.
-# Please update this list if you find better candidates.
-domlaskowski@google.com
+# General
lpique@google.com
-xutan@google.com
-oshima@google.com
+
+# Chromium protocols
yhanada@google.com
-linben@google.com
-edcourtney@google.com
+takise@google.com
+oshima@google.com
+
+# Unfamiliar
+alanding@google.com #{LAST_RESORT_SUGGESTION}
+xutan@google.com #{LAST_RESORT_SUGGESTION}
+
+# Allow Soong team to make build changes
+per-file bazel/*,Android.bp,*.go,go.mod,go.work,go.work.sum = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}
diff --git a/wayland_protocol_codegen.go b/wayland_protocol_codegen.go
index e507e61..598ac53 100644
--- a/wayland_protocol_codegen.go
+++ b/wayland_protocol_codegen.go
@@ -328,7 +328,7 @@ func (g *Module) generateCommonBuildActions(ctx android.ModuleContext) {
case android.HostToolProvider:
// A HostToolProvider provides the path to a tool, which will be copied
// into the sandbox.
- if !t.(android.Module).Enabled() {
+ if !t.(android.Module).Enabled(ctx) {
if ctx.Config().AllowMissingDependencies() {
ctx.AddMissingDependencies([]string{tool})
} else {