forked from openkylin/platform_build
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:
parent
4f3f03c09b
commit
42ce38236a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue