8153217: javafx modules are not included in the jre
Reviewed-by: alanb
This commit is contained in:
parent
04603900eb
commit
1263380ce0
make
@ -41,7 +41,8 @@ $(eval $(call IncludeCustomExtension, , Images-pre.gmk))
|
||||
# All modules for the current target platform.
|
||||
ALL_MODULES := $(call FindAllModules)
|
||||
|
||||
$(eval $(call ReadImportMetaData))
|
||||
IMPORTED_MODULES := $(call FindImportedModules)
|
||||
$(foreach m, $(IMPORTED_MODULES), $(eval $(call ReadSingleImportMetaData, $m)))
|
||||
|
||||
JRE_MODULES += $(filter-out $(MODULES_FILTER), $(BOOT_MODULES) $(PLATFORM_MODULES) $(JRE_TOOL_MODULES))
|
||||
JDK_MODULES += $(filter-out $(MODULES_FILTER), $(ALL_MODULES))
|
||||
|
@ -253,7 +253,7 @@ endef
|
||||
# * JRE_TOOL_MODULES
|
||||
define ReadImportMetaData
|
||||
IMPORTED_MODULES := $(call FindImportedModules)
|
||||
$(foreach m, $(IMPORTED_MODULES), $(eval $(call ReadImportMetaData, $m)))
|
||||
$(foreach m, $(IMPORTED_MODULES), $(eval $(call ReadSingleImportMetaData, $m)))
|
||||
endef
|
||||
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user