summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-06-26 17:10:21 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-08-09 13:13:49 +0000
commitc6c500a217ed23a3de1f5641df57b95c10015f0a (patch)
treed36dcf04e311343da48d43a58edfe69d115fd844 /build/apex/art_apex_test.py
parent948f4b70e6490a05467e5de592441f5040c05f8e (diff)
Add dirty-image-objects for ART module
Rename dirty-image-objects to dirty-image-objects.txt. Modify odrefresh to use new dirty-image-objects file names. Split dirty-image-objects file between ART and framework modules - depending on where the classes are defined. This will allow dirty-image-objects to stay relevant in case only one of the modules is updated. Bug: 346990440 Test: install ART module; check /apex/com.android.art/etc/dirty-image-objects.txt exists Test: m art-check-testing-apex-gen art-check-release-apex-gen Change-Id: Id19480b409a582cfe0b398b078808b462636d0f8
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 68fe779a9e..38659eadb8 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -498,6 +498,7 @@ class ReleaseChecker:
self._checker.check_file('etc/init.rc')
self._checker.check_file('etc/linker.config.pb')
self._checker.check_file('etc/sdkinfo.pb')
+ self._checker.check_file('etc/dirty-image-objects.txt')
# Check flagging files that don't get added in builds on master-art.
# TODO(b/345713436): Make flags work on master-art.