8153217: javafx modules are not included in the jre

Reviewed-by: alanb
This commit is contained in:
Mandy Chung 2016-03-31 14:11:33 -07:00
parent e19b57b246
commit e42fd0aadb

View File

@ -25,7 +25,8 @@
include Modules.gmk
$(eval $(call ReadImportMetaData))
IMPORTED_MODULES := $(call FindImportedModules)
$(foreach m, $(IMPORTED_MODULES), $(eval $(call ReadSingleImportMetaData, $m)))
# Replacing double-comma with a single comma is to workaround the issue
# with some version of make on windows that doesn't substitute spaces