From 43c86422e210a3883729ab90997711e79f26bccc Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 18 Mar 2014 11:58:24 +0000 Subject: Fix lint error, and Makefile that could be confused with local files. Change-Id: I780cc0d6593eadd6f82e1126d7ad445894af666c --- build/Android.cpplint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/Android.cpplint.mk') diff --git a/build/Android.cpplint.mk b/build/Android.cpplint.mk index adb87cb4e9..1ecad211d5 100644 --- a/build/Android.cpplint.mk +++ b/build/Android.cpplint.mk @@ -16,7 +16,7 @@ ART_CPPLINT := art/tools/cpplint.py ART_CPPLINT_FILTER := --filter=-whitespace/line_length,-build/include,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn,-runtime/printf -ART_CPPLINT_SRC := $(shell find art -name *.h -o -name *$(ART_CPP_EXTENSION) | grep -v art/compiler/llvm/generated/) +ART_CPPLINT_SRC := $(shell find art -name "*.h" -o -name "*$(ART_CPP_EXTENSION)" | grep -v art/compiler/llvm/generated/) # "mm cpplint-art" to verify we aren't regressing .PHONY: cpplint-art -- cgit v1.2.3-59-g8ed1b