From 89836f119e965c865670b2bcd76981ee03b1d9c3 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Mon, 18 Sep 2017 13:05:24 -0700 Subject: [PATCH] Set the default value of pm.dexopt.shared to speed By default, we should compile all shared apks with the speed filter. (cherry picked from commit 3fdb549931488d066aa606844127879eb7b13820) Bug: 65591595 Test: build & boot Merged-In: I8781ca47090321a32641ec4c7a4ed3c722bab475 Change-Id: I8781ca47090321a32641ec4c7a4ed3c722bab475 --- target/product/runtime_libart.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index aaa1c78a9..829601caa 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -85,4 +85,5 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ pm.dexopt.install=quicken \ pm.dexopt.bg-dexopt=speed-profile \ pm.dexopt.ab-ota=speed-profile \ - pm.dexopt.inactive=verify + pm.dexopt.inactive=verify \ + pm.dexopt.shared=speed