diff options
| author | 2021-04-06 17:37:55 +0000 | |
|---|---|---|
| committer | 2021-04-06 17:37:55 +0000 | |
| commit | eca71c137d6265ecf26e8610b813d2104990b54c (patch) | |
| tree | d80253f9acb5dba0b507684fa853d05ef9647bb6 | |
| parent | b142a134bec67cabfa30d8254b98150d327ddf61 (diff) | |
| parent | 0f8ac7c313a0712b91965072d1f19f819f23c03c (diff) | |
Merge "Update OWNERS files for frameworks/base/boot" am: 2d9637c6fe am: 0f8ac7c313
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1665363
Change-Id: I0a70c7387fe5596433a412bd953990bcc106b6c1
| -rw-r--r-- | boot/OWNERS | 2 | ||||
| -rw-r--r-- | boot/hiddenapi/OWNERS | 7 | 
2 files changed, 9 insertions, 0 deletions
diff --git a/boot/OWNERS b/boot/OWNERS new file mode 100644 index 000000000000..0648888a9a1a --- /dev/null +++ b/boot/OWNERS @@ -0,0 +1,2 @@ +# soong-team@ as the platform_bootclasspath module is tightly coupled with Soong +file:platform/build/soong:/OWNERS diff --git a/boot/hiddenapi/OWNERS b/boot/hiddenapi/OWNERS new file mode 100644 index 000000000000..5d869fc12ebd --- /dev/null +++ b/boot/hiddenapi/OWNERS @@ -0,0 +1,7 @@ +# compat-team@ for changes to hiddenapi files +andreionea@google.com +mathewi@google.com +satayev@google.com + +# Escalations: +per-file hiddenapi-* = bdc@google.com, narayan@google.com  |