forked from openkylin/platform_build
Enable JIT Zygote experiment in mainline boardconfig
Like Ie413f84c545c869ee336912a7b05ca80bb968129, but for all mainline devices. Bug: 119800099 Test: m Change-Id: Ief77adaea61203a013f85cf870c5350253fdb7dd Merged-In: Ief77adaea61203a013f85cf870c5350253fdb7dd
This commit is contained in:
parent
d31e4a9f85
commit
4844d4f3c7
|
@ -41,3 +41,6 @@ AB_OTA_UPDATER := true
|
|||
|
||||
# Enable system property split for Treble
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
|
||||
# Generate an APEX image for experiment b/119800099.
|
||||
DEXPREOPT_GENERATE_APEX_IMAGE := true
|
||||
|
|
Loading…
Reference in New Issue