diff options
author | 2023-07-31 11:52:24 +0000 | |
---|---|---|
committer | 2023-08-02 09:32:49 +0000 | |
commit | 134f7a8e9654b13e27e6a5971ba2806d8cb319d2 (patch) | |
tree | 77ac67e2835a162dc80813dcc8bce674e21ddfef /build/apex/art_apex_test.py | |
parent | e12debdf12dbd76261b8e68c23a48de9ae36b6c2 (diff) |
Moving `service-art` to Verify mode instead of Speed mode.
This change will save us 890 kb of disk space, which doesn't have a noticeable
impact at the performance metrics according to the test
go/art-benchmark?p=BootImageProfileId:35971
Moving from Speed to Verify is done by adding an empty profile to the
service-art source.
Bug: 288410349
Test: Passed `art/build/apex/runtests.sh`
Test: Running go/art-benchmark?p=BootImageProfileId:35971
Change-Id: I728787aa7509d6ced5b8a85537300007534e1c84
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-x | build/apex/art_apex_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index 07192f476d..8eb5d13855 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -562,6 +562,7 @@ class ReleaseTargetChecker: # Check internal Java libraries self._checker.check_java_library("service-art") + self._checker.check_file('javalib/service-art.jar.prof') # Check exported native libraries for Managed Core Library. self._checker.check_native_library('libandroidio') |