summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-10-17 14:01:04 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-10-21 14:13:40 +0000
commitbc44a6b142919e67d07a61ddc8fcf67ba9d7aa84 (patch)
tree00dc238a493f6a645f175406fa1a24362dcd9eac /build/apex/art_apex_test.py
parent9e9f0bcd84ace54d313c3bcc039b8b576bda850d (diff)
Split dirty-image-objects file between art and framework
Test: install ART module and check that /apex/com.android.art/etc/dirty-image-objects exists Teset: m art-check-testing-apex-gen art-check-release-apex-gen Change-Id: I7095b41b2c6ca6f08f01d651df9be7e39cfe47bc
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 b3613c06fa..0220363200 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')
# Check flagging files that don't get added in builds on master-art.
# TODO(b/345713436): Make flags work on master-art.