diff options
author | Yan Wang <yawanng@google.com> | 2021-05-07 17:52:14 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-05-07 17:52:14 +0000 |
commit | f34d715c171a21b2dbdfa47321feb406774ee892 (patch) | |
tree | 0368fa2095471a8171d5ebebd7441d468ce442f3 /boot | |
parent | 9dba9a678237e46daa416e4ecdf9e7b0762d18bf (diff) | |
parent | d9fff75b25f3609fffd5ff07c1129747fa386139 (diff) |
Merge "Add empty boot image profile and preload classes for framework" am: d9c35709f8 am: 6f55caaaa4 am: d9fff75b25
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1697307
Change-Id: Icaf0842e2b152fff1a0cea2435548cca7b9c09fa
Diffstat (limited to 'boot')
-rw-r--r-- | boot/OWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/OWNERS b/boot/OWNERS index 0648888a9a1a..0e258d042c08 100644 --- a/boot/OWNERS +++ b/boot/OWNERS @@ -1,2 +1,6 @@ # soong-team@ as the platform_bootclasspath module is tightly coupled with Soong file:platform/build/soong:/OWNERS + +# art-team@ manages the boot image profiles for frameworks +per-file boot-* = calin@google.com, yawanng@google.com, ngeoffray@google.com +per-file preloaded-classes* = calin@google.com, yawanng@google.com, ngeoffray@google.com |