From 75db0331bfde95fa5a2e0b79edb6375bde6ddacd Mon Sep 17 00:00:00 2001 From: David Sehr Date: Sat, 22 Jul 2023 17:06:45 +0100 Subject: [PATCH] X6833B: Use dex2oat64 for better dexopt time Enable dex2oat64 usage on ruby. Bug: 153380900 Test: boot and install an application. Change-Id: I101ebfe5865da84baa90c55d2246dbd4287a9b72 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com> --- configs/properties/system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/properties/system.prop b/configs/properties/system.prop index b68fbca..524e731 100644 --- a/configs/properties/system.prop +++ b/configs/properties/system.prop @@ -1,6 +1,9 @@ # Charger ro.charger.enable_suspend=true +# Dalvik +dalvik.vm.dex2oat64.enabled=true + # IMS persist.dbg.volte_avail_ovr=1 persist.dbg.vt_avail_ovr=1