commit | 28618cfff820001531723d56bd814daa001db550 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Mon Jun 10 15:11:07 2024 +0100 |
committer | Jiakai Zhang <jiakaiz@google.com> | Mon Jun 10 15:11:07 2024 +0100 |
tree | c5e67ab1d4cefafede68ce30cc778cd0ab90db56 | |
parent | a96b36bd9f34ad33e516fb731874df22879a546b [diff] |
Enable Pre-reboot Dexopt at build time. Bug: 311377497 Test: m Change-Id: I48933eadea8be1d81e7c4ce37abb5a2175402236
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index d9c3c9a..dc78368 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk
@@ -176,4 +176,5 @@ dalvik.vm.usap_pool_refill_delay_ms?=3000 PRODUCT_SYSTEM_PROPERTIES += \ - dalvik.vm.useartservice=true + dalvik.vm.useartservice=true \ + dalvik.vm.enable_pr_dexopt=true