8155629: MODULES_FILTER should apply to imported modules
Reviewed-by: dholmes, tbell, mchung
This commit is contained in:
parent
a12239e493
commit
c4275c858c
@ -186,7 +186,8 @@ FindAllModules = \
|
||||
$(call GetModuleNameFromModuleInfo, $(MODULE_INFOS))))
|
||||
|
||||
FindImportedModules = \
|
||||
$(if $(IMPORT_MODULES_CLASSES), $(notdir $(wildcard $(IMPORT_MODULES_CLASSES)/*)))
|
||||
$(filter-out $(MODULES_FILTER), \
|
||||
$(if $(IMPORT_MODULES_CLASSES), $(notdir $(wildcard $(IMPORT_MODULES_CLASSES)/*))))
|
||||
|
||||
# Find all source dirs for a particular module
|
||||
# $1 - Module to find source dirs for
|
||||
|
Loading…
x
Reference in New Issue
Block a user