Remove USER exclusion for dalvik.vm.dex2oat-resolve-startup-strings

Aims to have more consistency between user and userdebug builds.

Bug: 116059983
Test: make

Change-Id: I4f8bdbdd9c3983d04d956a4993d9de60f5f60664
This commit is contained in:
Mathieu Chartier 2019-01-31 09:52:51 -08:00
parent 4f3f03c09b
commit 42ce38236a
1 changed files with 0 additions and 5 deletions

View File

@ -87,15 +87,10 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
pm.dexopt.inactive=verify \
pm.dexopt.shared=speed
# Currently for all non-user builds only.
ifneq (user,$(TARGET_BUILD_VARIANT))
# Enable resolution of startup const strings.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
dalvik.vm.dex2oat-resolve-startup-strings=true
endif
# Enable minidebuginfo generation unless overridden.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
dalvik.vm.minidebuginfo=true \