8202382: Filter docs modules

Reviewed-by: erikj
This commit is contained in:
Archana Nogriya 2018-04-27 09:57:16 -07:00 committed by Erik Joelsson
parent 1b027ddfe9
commit 25a8a3ad66

View File

@ -429,7 +429,7 @@ ifneq ($(findstring javafx., $(IMPORTED_MODULES)), )
endif
# All modules to have docs generated by docs-jdk-api target
JDK_MODULES := $(sort $(DOCS_MODULES))
JDK_MODULES := $(sort $(filter-out $(MODULES_FILTER), $(DOCS_MODULES)))
$(eval $(call SetupApiDocsGeneration, JDK_API, \
MODULES := $(JDK_MODULES), \