forked from openkylin/platform_build
Merge "Use boot image extension in the JIT-zygote experiment." am: d99a1faccc
am: 1448ba3a01
Change-Id: Ia12594ee81831d38dbbc0f3116bc2eac4b29521a
This commit is contained in:
commit
cf0e282a4b
|
@ -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