From c6c500a217ed23a3de1f5641df57b95c10015f0a Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 26 Jun 2024 17:10:21 +0000 Subject: 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 --- build/apex/art_apex_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build/apex/art_apex_test.py') 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. -- cgit v1.2.3-59-g8ed1b