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

Commit 34c8c0ac authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Remove spaces in tidy check list."

am: e7bca124

Change-Id: I852d42992bc1ddb0a17dd1dcf03cf25f1d114552
parents 9fc9cac0 e7bca124
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1635,6 +1635,8 @@ ifneq (,$(filter 1 true,$(my_tidy_enabled)))
  endif
endif

my_tidy_checks := $(subst $(space),,$(my_tidy_checks))

# Move -l* entries from ldflags to ldlibs, and everything else to ldflags
my_ldlib_flags := $(my_ldflags) $(my_ldlibs)
my_ldlibs := $(filter -l%,$(my_ldlib_flags))