Merge "Use boot image extension in the JIT-zygote experiment." am: d99a1faccc am: 1448ba3a01

Change-Id: Ia12594ee81831d38dbbc0f3116bc2eac4b29521a
This commit is contained in:
Automerger Merge Worker 2020-01-13 11:16:48 +00:00
commit cf0e282a4b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ my_dexpreopt_images_deps :=
my_dexpreopt_image_locations := my_dexpreopt_image_locations :=
my_dexpreopt_infix := boot my_dexpreopt_infix := boot
ifeq (true, $(DEXPREOPT_USE_APEX_IMAGE)) ifeq (true, $(DEXPREOPT_USE_APEX_IMAGE))
my_dexpreopt_infix := apex my_dexpreopt_infix := jitzygote-boot
endif endif
ifdef LOCAL_DEX_PREOPT ifdef LOCAL_DEX_PREOPT