Merge "Add boot image locations to the module dexpreopt config."

am: a5479b71e0

Change-Id: Ib2bd653eacea5a52e39b3a036c21d95de79742fb
This commit is contained in:
Ulyana Trafimovich 2019-12-03 08:46:42 -08:00 committed by android-build-merger
commit f72a0ee27c

View file

@ -234,6 +234,7 @@ ifdef LOCAL_DEX_PREOPT
$(call end_json_map)
$(call add_json_list, Archs, $(my_dexpreopt_archs))
$(call add_json_list, DexPreoptImages, $(my_dexpreopt_images))
$(call add_json_list, DexPreoptImageLocations, $(DEXPREOPT_IMAGE_LOCATIONS))
$(call add_json_list, PreoptBootClassPathDexFiles, $(DEXPREOPT_BOOTCLASSPATH_DEX_FILES))
$(call add_json_list, PreoptBootClassPathDexLocations,$(DEXPREOPT_BOOTCLASSPATH_DEX_LOCATIONS))
$(call add_json_bool, PreoptExtractedApk, $(my_preopt_for_extracted_apk))