From 572a3df7fcf1b45c484a569197e687faa80f29f8 Mon Sep 17 00:00:00 2001 From: Shubham Ajmera Date: Thu, 15 Jun 2017 13:49:10 -0700 Subject: [PATCH] Add compiler filter for inactive app downgrade Bug: 36598475 Test: Verified the property value on the device Change-Id: I8afcffcb7064ff6a3b97c26ee18aa22f969ffef3 --- 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 24eeff911..ed68c7838 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -82,4 +82,5 @@ endif PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ pm.dexopt.install=quicken \ pm.dexopt.bg-dexopt=speed-profile \ - pm.dexopt.ab-ota=speed-profile + pm.dexopt.ab-ota=speed-profile \ + pm.dexopt.inactive=verify