From ed9395a9293731d94a232d129b90d6bd864e4bc0 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 20 Jan 2021 14:32:55 +0000 Subject: [PATCH] Remove unused variables. Test: m Bug: 176171716 Change-Id: I203d08607688ae6f165f0d5c7eee5d13c61eeefa --- core/dex_preopt_config.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/dex_preopt_config.mk b/core/dex_preopt_config.mk index 122369435d..6ef89daa29 100644 --- a/core/dex_preopt_config.mk +++ b/core/dex_preopt_config.mk @@ -46,14 +46,6 @@ ifeq ($(HOST_OS),linux) endif endif -# Use the first preloaded-classes file in PRODUCT_COPY_FILES. -PRELOADED_CLASSES := $(call word-colon,1,$(firstword \ - $(filter %system/etc/preloaded-classes,$(PRODUCT_COPY_FILES)))) - -# Use the first dirty-image-objects file in PRODUCT_COPY_FILES. -DIRTY_IMAGE_OBJECTS := $(call word-colon,1,$(firstword \ - $(filter %system/etc/dirty-image-objects,$(PRODUCT_COPY_FILES)))) - # Get value of a property. It is first searched from PRODUCT_VENDOR_PROPERTIES # and then falls back to PRODUCT_SYSTEM_PROPERTIES # $1: name of the property @@ -124,7 +116,6 @@ ifdef TARGET_ARCH $(call end_json_map) endif - $(call add_json_str, DirtyImageObjects, $(DIRTY_IMAGE_OBJECTS)) $(call add_json_list, BootImageProfiles, $(PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION)) $(call add_json_str, BootFlags, $(PRODUCT_DEX_PREOPT_BOOT_FLAGS)) $(call add_json_str, Dex2oatImageXmx, $(DEX2OAT_IMAGE_XMX))