Merge "Use ART image for make-based preopt." am: d1d4b74f63

Change-Id: If240bf1c5875a0ce858b185d617d594ee5708110
This commit is contained in:
Automerger Merge Worker 2020-02-07 17:07:44 +00:00
commit e95dbbfc69
1 changed files with 6 additions and 0 deletions

View File

@ -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