Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 187c1b07 authored by Colin Cross's avatar Colin Cross
Browse files

Get DEXPREOPT_BOOT_JARS_MODULES from Soong

DEXPREOPT_BOOT_JARS_MODULES is not set any more in Make, stop
trying to pass it to Soong and let Soong export the value to Make.

Test: m checkbuild
Change-Id: I64de10236cbebc92c62fca137ae684e55cad1625
parent 36b5d1cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)))