diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.cpplint.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/Android.cpplint.mk b/build/Android.cpplint.mk index 6eeaa49d8d..f364baf9b1 100644 --- a/build/Android.cpplint.mk +++ b/build/Android.cpplint.mk @@ -42,11 +42,6 @@ ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPP .PHONY: cpplint-art cpplint-art: cpplint-art-phony -# "mm cpplint-art-all" to manually execute cpplint.py on all files (very slow). -.PHONY: cpplint-art-all -cpplint-art-all: - $(ART_CPPLINT) $(ART_CPPLINT_FLAGS) $(ART_CPPLINT_SRC) - OUT_CPPLINT := $(TARGET_COMMON_OUT_ROOT)/cpplint # Build up the list of all targets for linting the ART source files. |