From 4a75e406ed047d8c3bed34463568606a01fcd3f8 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Sat, 12 Nov 2022 23:20:11 +0000 Subject: [PATCH] Remove dalvik.vm.usejitprofiles system property. Disabling profiles is no longer supported. Most of the profile support has been active even when this property was false, and it won't be supported in the ART Service. (cherry-picked from commit 7bf4c34e29558934bbf962f27fc1f9119195517c) Test: Boot Bug: 254434433 Merged-In: I1a77f006f204cd2f1fb302bcf4b1126f54e2e78b Change-Id: I1a77f006f204cd2f1fb302bcf4b1126f54e2e78b --- target/product/runtime_libart.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index a62cda7898..bd4fd1cd05 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -95,7 +95,6 @@ endif # The thermal cutoff value is currently set to THERMAL_STATUS_MODERATE. PRODUCT_SYSTEM_PROPERTIES += \ dalvik.vm.usejit=true \ - dalvik.vm.usejitprofiles=true \ dalvik.vm.dexopt.secondary=true \ dalvik.vm.dexopt.thermal-cutoff=2 \ dalvik.vm.appimageformat=lz4