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

Commit 69811f89 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove spaces from DEFAULT_TIDY_HEADER_DIRS

I'm preparing to move this to Soong, and it's simpler to compare if the
spaces are removed here (to match the other lists in this file).

Test: WITH_TIDY=true; compare build.ninja before and after change
Change-Id: Ib27a19a36ebb1132300a8c1eeace1202685dfc4c
parent b0553ca6
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -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