From 633009b659abbbe6aea6bc8981754a4b63158953 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 25 Jun 2019 13:20:56 -0700 Subject: [PATCH] Remove option to create boot image based on preloaded classes Using the preloaded classes to generate the image is no longer supported. Test: make Change-Id: I63fa47395e9f7ee2967522ae2c02676283fb2d31 --- core/dex_preopt_config.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/dex_preopt_config.mk b/core/dex_preopt_config.mk index 5693147d0a..570dbd84ce 100644 --- a/core/dex_preopt_config.mk +++ b/core/dex_preopt_config.mk @@ -138,9 +138,7 @@ ifeq ($(WRITE_SOONG_VARIABLES),true) $(call end_json_map) $(call add_json_str, DirtyImageObjects, $(DIRTY_IMAGE_OBJECTS)) - $(call add_json_str, PreloadedClasses, $(PRELOADED_CLASSES)) $(call add_json_list, BootImageProfiles, $(PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION)) - $(call add_json_bool, UseProfileForBootImage, $(call invert_bool,$(filter false,$(PRODUCT_USE_PROFILE_FOR_BOOT_IMAGE)))) $(call add_json_str, BootFlags, $(PRODUCT_DEX_PREOPT_BOOT_FLAGS)) $(call add_json_str, Dex2oatImageXmx, $(DEX2OAT_IMAGE_XMX)) $(call add_json_str, Dex2oatImageXms, $(DEX2OAT_IMAGE_XMS))