summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
author Mike Frysinger <vapier@google.com> 2025-03-06 11:28:27 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-06 11:28:27 -0800
commit690e83c9bb2e618ec54b4c2edd39714ca5396f81 (patch)
treebbb3023f35349bd394bcdab4ed6db1e60e385b00 /build
parentcebf39e94071173fff3b8d2d732308e7e91c8465 (diff)
parentd75809fe42cc7cb22db0a79f474d0130eec4ca42 (diff)
Revert "Convert cpplint-art-all to Android.bp" am: b8764bb1b9 am: d75809fe42
Original change: https://android-review.googlesource.com/c/platform/art/+/3528732 Change-Id: Idda439b4c9f7acebef35bac64cdd084354995548 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'build')
-rw-r--r--build/Android.cpplint.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/Android.cpplint.mk b/build/Android.cpplint.mk
index f364baf9b1..6eeaa49d8d 100644
--- a/build/Android.cpplint.mk
+++ b/build/Android.cpplint.mk
@@ -42,6 +42,11 @@ 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.