Merge "Remove spaces from DEFAULT_TIDY_HEADER_DIRS" am: f69e48b30b
am: 785d69a849
am: b4b610278b
Change-Id: Ia2891d68f9c20af23fb7ab4a0014a8c74104cfad
This commit is contained in:
@@ -78,6 +78,7 @@ endef
|
|||||||
# Do not give warnings to external or vendor header files,
|
# Do not give warnings to external or vendor header files,
|
||||||
# which contain too many warnings.
|
# which contain too many warnings.
|
||||||
DEFAULT_TIDY_HEADER_DIRS := \
|
DEFAULT_TIDY_HEADER_DIRS := \
|
||||||
|
$(subst $(space),, \
|
||||||
art/ \
|
art/ \
|
||||||
|bionic/ \
|
|bionic/ \
|
||||||
|bootable/ \
|
|bootable/ \
|
||||||
@@ -89,7 +90,8 @@ DEFAULT_TIDY_HEADER_DIRS := \
|
|||||||
|frameworks/ \
|
|frameworks/ \
|
||||||
|libcore/ \
|
|libcore/ \
|
||||||
|libnativehelper/ \
|
|libnativehelper/ \
|
||||||
|system/
|
|system/ \
|
||||||
|
)
|
||||||
|
|
||||||
# Default filter contains current directory $1 and DEFAULT_TIDY_HEADER_DIRS.
|
# Default filter contains current directory $1 and DEFAULT_TIDY_HEADER_DIRS.
|
||||||
define default_tidy_header_filter
|
define default_tidy_header_filter
|
||||||
|
Reference in New Issue
Block a user