diff options
author | 2021-05-07 16:31:39 +0000 | |
---|---|---|
committer | 2021-05-07 16:31:39 +0000 | |
commit | d9c35709f8f7a511b1a19810c44256d5af1efeff (patch) | |
tree | 56891f49537a6bbfa8bfe282807491ca43fe7163 | |
parent | 9417be44876dde33eea0e9e055fd08e46f01ef7c (diff) | |
parent | eb2b1d53c75bfbba46ad265f35b59f4b345ec62e (diff) |
Merge "Add empty boot image profile and preload classes for framework"
-rw-r--r-- | boot/OWNERS | 4 | ||||
-rw-r--r-- | build/boot/boot-image-profile.txt | 0 | ||||
-rw-r--r-- | build/boot/preloaded-classes | 0 |
3 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 diff --git a/build/boot/boot-image-profile.txt b/build/boot/boot-image-profile.txt new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/build/boot/boot-image-profile.txt diff --git a/build/boot/preloaded-classes b/build/boot/preloaded-classes new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/build/boot/preloaded-classes |