Merge "Remove spaces in tidy check list."

am: e7bca12466

Change-Id: I852d42992bc1ddb0a17dd1dcf03cf25f1d114552
This commit is contained in:
Chih-Hung Hsieh
2016-08-17 17:48:52 +00:00
committed by android-build-merger

View File

@@ -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))