Merge "Use boot image extension in the JIT-zygote experiment."

This commit is contained in:
Ulyana Trafimovich 2020-01-13 10:38:01 +00:00 committed by Gerrit Code Review
commit d99a1faccc
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