8355725: SPEC_FILTER stopped working

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2025-05-28 14:42:35 +00:00
parent a4f870df55
commit 63d0e7ff11

View File

@ -540,7 +540,9 @@ $(eval $(call SetupApiDocsGeneration, REFERENCE_API, \
# Format: space-delimited list of names, including at most one '%' as a
# wildcard. Spec source files match if their filename or any enclosing folder
# name matches one of the items in SPEC_FILTER.
SPEC_FILTER := %
ifeq ($(SPEC_FILTER), )
SPEC_FILTER := %
endif
ApplySpecFilter = \
$(strip $(foreach file, $(1), \