diff options
author | 2024-06-25 16:17:23 +0000 | |
---|---|---|
committer | 2024-07-18 11:56:51 +0000 | |
commit | 3951f709ed367a8810c66d3663b66087a85d3004 (patch) | |
tree | 16f2b3c3bd94a178978614cf298158f7140a9853 /config/Android.bp | |
parent | 993bad4ec0d4bf5c3a29c73b40aaf9d58a929acf (diff) |
Update dirty-image-objects file
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.
Add .txt extension to dirty-image-objects file.
Update AndroidRuntime to use new paths.
Bug: 346990440
Test: presubmit
Test: install ART jitzygote module, check that dex2oat receives new
paths to dirty-image-objects files
Change-Id: I77ff6bfa8d0f78fc1f493651879873cb33100e78
Diffstat (limited to 'config/Android.bp')
-rw-r--r-- | config/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Android.bp b/config/Android.bp index c9948c31f1c3..4a61cc7fa533 100644 --- a/config/Android.bp +++ b/config/Android.bp @@ -43,6 +43,6 @@ filegroup { prebuilt_etc { name: "dirty-image-objects", - src: "dirty-image-objects", - filename: "dirty-image-objects", + src: "dirty-image-objects.txt", + filename: "dirty-image-objects.txt", } |