Merge "Use boot image extension in the JIT-zygote experiment."
am: d99a1faccc
Change-Id: I3a511eca1571f957cc96310b25f1242109096f63
This commit is contained in:
commit
1448ba3a01
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ my_dexpreopt_images_deps :=
|
|||
my_dexpreopt_image_locations :=
|
||||
my_dexpreopt_infix := boot
|
||||
ifeq (true, $(DEXPREOPT_USE_APEX_IMAGE))
|
||||
my_dexpreopt_infix := apex
|
||||
my_dexpreopt_infix := jitzygote-boot
|
||||
endif
|
||||
|
||||
ifdef LOCAL_DEX_PREOPT
|
||||
|
|
Loading…
Reference in a new issue