Merge "Get DEXPREOPT_BOOT_JARS_MODULES from Soong"

This commit is contained in:
Colin Cross 2019-02-21 21:32:03 +00:00 committed by Gerrit Code Review
commit 6128b1e8d6

View file

@ -114,7 +114,6 @@ $(call add_json_bool, UncompressPrivAppDex, $(call invert_bool,$(fi
$(call add_json_list, ModulesLoadedByPrivilegedModules, $(PRODUCT_LOADED_BY_PRIVILEGED_MODULES))
$(call add_json_list, BootJars, $(PRODUCT_BOOT_JARS))
$(call add_json_list, PreoptBootJars, $(DEXPREOPT_BOOT_JARS_MODULES))
$(call add_json_bool, Product_is_iot, $(filter true,$(PRODUCT_IOT)))