From 8b75fafb8160d29e228e569bfeeeedf462f19899 Mon Sep 17 00:00:00 2001 From: Nelson Li Date: Fri, 14 Feb 2025 05:01:08 +0000 Subject: Convert cpplint-art-all to Android.bp Note: To perform cpplint checks, CPPLINT.cfg must be placed at the top-level directory. Therefore, CPPLINT.cfg should also be included in srcs. Bug: 396027786 Test: m cpplint-art-all Change-Id: I69c7b99c4a81a78200f2285739a925a09e4925b3 --- build/Android.cpplint.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build') 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. -- cgit v1.2.3-59-g8ed1b