commit | a490d1bf6890c2df54575b1d5e4b6ad6cbdf4372 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Aug 06 18:40:40 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 06 18:40:40 2024 +0000 |
tree | 330cd99cb0d1e77745acf9e9c857e6842475f0ae | |
parent | 9489a0835cd6bbf0deab9339a6222c2d049dcfef [diff] | |
parent | fcf124988d890cd46d8edfc0ce57766a7a95801f [diff] |
Merge "Install cppreopts.sh to copy dexpreopt files on first boot" into main
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index 58234a8..9e8afa8 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk
@@ -181,3 +181,5 @@ # Copy preopted files from system_b on first boot. PRODUCT_SYSTEM_PROPERTIES += ro.cp_system_other_odex=1 +PRODUCT_PACKAGES += \ + cppreopts.sh