Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f69e48b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove spaces from DEFAULT_TIDY_HEADER_DIRS"

parents 69bd0bf2 69811f89
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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