Merge "Use boot image extension in the JIT-zygote experiment."
This commit is contained in:
commit
d99a1faccc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue