Merge "Remove spaces in tidy check list." am: e7bca12466 am: 34c8c0ac33

am: 2be0f9bdbc

Change-Id: I69def6f5751b0192c0fc5785633cdfce13c32a21
This commit is contained in:
Chih-Hung Hsieh 2016-08-17 18:24:27 +00:00 committed by android-build-merger
commit 13fa5670de

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