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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user