From eb2b1d53c75bfbba46ad265f35b59f4b345ec62e Mon Sep 17 00:00:00 2001 From: yawanng Date: Wed, 5 May 2021 04:22:16 +0000 Subject: [PATCH] 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 --- boot/OWNERS | 4 ++++ build/boot/boot-image-profile.txt | 0 build/boot/preloaded-classes | 0 3 files changed, 4 insertions(+) create mode 100644 build/boot/boot-image-profile.txt create mode 100644 build/boot/preloaded-classes diff --git a/boot/OWNERS b/boot/OWNERS index 0648888a9a1a7..0e258d042c087 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 0000000000000..e69de29bb2d1d diff --git a/build/boot/preloaded-classes b/build/boot/preloaded-classes new file mode 100644 index 0000000000000..e69de29bb2d1d