diff options
author | yawanng <yawanng@google.com> | 2021-05-05 04:22:16 +0000 |
---|---|---|
committer | yawanng <yawanng@google.com> | 2021-05-05 17:09:55 +0000 |
commit | eb2b1d53c75bfbba46ad265f35b59f4b345ec62e (patch) | |
tree | ecffc522210b421cf6d9f90c883d934391048aee /boot | |
parent | b9680bac79d94fb10252fde5aa527e34c6d6e17e (diff) |
Add empty boot image profile and preload classes for framework
The boot image profile and preloaded class files will be split
for two parts. One for art and one for framework.
These intial empty files are necessary for server side to
compare the difference.
Bug: 186455808
Test: m
Change-Id: I51a1ab6fa203a8e85e2cebeff3f64c9bfc59b58a
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 |