Enable layout compilation by default

Aims to get additional coverage of the view compiler. Note that the
compiled views are not currently loaded.

Test: adb shell getprop
Bug: 111895153

Change-Id: I7b172fc55bc47ee1593eb352fb9d9143f44a1e6c
This commit is contained in:
Mathieu Chartier 2019-01-24 13:03:56 -08:00
parent 86c26860be
commit 2e321b0e85

View file

@ -91,6 +91,10 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
dalvik.vm.dex2oat-resolve-startup-strings=true
# Enable layout compilation by default.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
pm.precompile_layouts=true
# Enable minidebuginfo generation unless overridden.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
dalvik.vm.minidebuginfo=true \