From 70fcf897c50b37e6675684836fc154c3da69f7e7 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Thu, 26 Mar 2020 09:25:49 +0000 Subject: [PATCH] Update dex2oat filter verify-at-runtime is deprecated in favor of extract. Update to stop deprecation warnings during OTAs. Exempt-From-Owner-Approval: cherry-pick from rvc-dev Bug: 149794809 Test: manual OTA Change-Id: I9b8365a1fba5fd18420661a3e6ada77f3609bcc7 Merged-In: I9b8365a1fba5fd18420661a3e6ada77f3609bcc7 (cherry picked from commit db651d59137bc1de2a915c264d2354e986b0146b) --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index 277ef7d6d..5fb3810ab 100644 --- a/core/main.mk +++ b/core/main.mk @@ -310,7 +310,7 @@ ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL endif ifndef is_sdk_build # To speedup startup of non-preopted builds, don't verify or compile the boot image. - ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.image-dex2oat-filter=verify-at-runtime + ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.image-dex2oat-filter=extract endif endif