diff options
author | 2024-06-26 17:10:21 +0000 | |
---|---|---|
committer | 2024-08-09 13:13:49 +0000 | |
commit | c6c500a217ed23a3de1f5641df57b95c10015f0a (patch) | |
tree | d36dcf04e311343da48d43a58edfe69d115fd844 /build/apex/art_apex_test.py | |
parent | 948f4b70e6490a05467e5de592441f5040c05f8e (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-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 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. |