Loading core/dex_preopt_odex_install.mk +6 −0 Original line number Diff line number Diff line Loading @@ -113,8 +113,14 @@ my_dexpreopt_images := my_dexpreopt_images_deps := my_dexpreopt_image_locations := my_dexpreopt_infix := boot ifeq (true, $(DEXPREOPT_USE_ART_IMAGE)) my_dexpreopt_infix := art endif ifeq (true, $(DEXPREOPT_USE_APEX_IMAGE)) my_dexpreopt_infix := jitzygote-boot ifeq (true, $(DEXPREOPT_USE_ART_IMAGE)) my_dexpreopt_infix := jitzygote-art endif endif ifdef LOCAL_DEX_PREOPT Loading Loading
core/dex_preopt_odex_install.mk +6 −0 Original line number Diff line number Diff line Loading @@ -113,8 +113,14 @@ my_dexpreopt_images := my_dexpreopt_images_deps := my_dexpreopt_image_locations := my_dexpreopt_infix := boot ifeq (true, $(DEXPREOPT_USE_ART_IMAGE)) my_dexpreopt_infix := art endif ifeq (true, $(DEXPREOPT_USE_APEX_IMAGE)) my_dexpreopt_infix := jitzygote-boot ifeq (true, $(DEXPREOPT_USE_ART_IMAGE)) my_dexpreopt_infix := jitzygote-art endif endif ifdef LOCAL_DEX_PREOPT Loading