Merge "Remove spaces from DEFAULT_TIDY_HEADER_DIRS" am: f69e48b30b

am: 785d69a849

Change-Id: I5362a422641f40c3472d3a7506cc8a6354b8a09a
This commit is contained in:
Dan Willemsen 2016-09-27 01:24:11 +00:00 committed by android-build-merger
commit b4b610278b
1 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,7 @@ endef
# Do not give warnings to external or vendor header files,
# which contain too many warnings.
DEFAULT_TIDY_HEADER_DIRS := \
$(subst $(space),, \
art/ \
|bionic/ \
|bootable/ \
@ -89,7 +90,8 @@ DEFAULT_TIDY_HEADER_DIRS := \
|frameworks/ \
|libcore/ \
|libnativehelper/ \
|system/
|system/ \
)
# Default filter contains current directory $1 and DEFAULT_TIDY_HEADER_DIRS.
define default_tidy_header_filter