Merge "Pass DEXPREOPT_USE_APEX_IMAGE to soong." am: 39099e8498

am: ae769f6391

Change-Id: I2e93167c6e118f51d04719dc925c426a329ce8ed
This commit is contained in:
Nicolas Geoffray 2019-04-05 09:46:31 -07:00 committed by android-build-merger
commit 70c5caa0da
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ ifeq ($(WRITE_SOONG_VARIABLES),true)
$(call add_json_list, DisablePreoptModules, $(DEXPREOPT_DISABLED_MODULES))
$(call add_json_bool, OnlyPreoptBootImageAndSystemServer, $(filter true,$(WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY)))
$(call add_json_bool, GenerateApexImage, $(filter true,$(DEXPREOPT_GENERATE_APEX_IMAGE)))
$(call add_json_bool, UseApexImage, $(filter true,$(DEXPREOPT_USE_APEX_IMAGE)))
$(call add_json_bool, DontUncompressPrivAppsDex, $(filter true,$(DONT_UNCOMPRESS_PRIV_APPS_DEXS)))
$(call add_json_list, ModulesLoadedByPrivilegedModules, $(PRODUCT_LOADED_BY_PRIVILEGED_MODULES))
$(call add_json_bool, HasSystemOther, $(BOARD_USES_SYSTEM_OTHER_ODEX))