summaryrefslogtreecommitdiff
path: root/build/Android.cpplint.mk
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2021-09-22 12:29:37 +0100
committer Treehugger Robot <treehugger-gerrit@google.com> 2021-09-22 15:24:14 +0000
commitc178495c22b0ea5541e173dd2f319ccbf8b05dd5 (patch)
tree6e5e3c27b2a46cfee4048600d527b31d3e429f98 /build/Android.cpplint.mk
parentea55f3de90fb3822c41b6f8715ba6adf6cba2bd4 (diff)
Revert^2 "Use cpplint.py from repohooks"
Issue leading to revert was fixed in commit b1d903587248775b526adf379478575f0713ac76 (https://r.android.com/1833355). Test: m cpplint-art Test: m Bug: 200771958 This reverts commit af5fc456b0d6f4ab587dbc3f57e55488eb5912ea. Change-Id: Iff07960fd1503031418183f747f8d42b4c1d132f
Diffstat (limited to 'build/Android.cpplint.mk')
-rw-r--r--build/Android.cpplint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.cpplint.mk b/build/Android.cpplint.mk
index ce68214a9e..ab70e97ac5 100644
--- a/build/Android.cpplint.mk
+++ b/build/Android.cpplint.mk
@@ -20,7 +20,7 @@ include art/build/Android.common_build.mk
LOCAL_PATH := $(art_path)
# Use upstream cpplint (toolpath from .repo/manifests/GLOBAL-PREUPLOAD.cfg).
-ART_CPPLINT := external/google-styleguide/cpplint/cpplint.py
+ART_CPPLINT := tools/repohooks/tools/cpplint.py
# This file previously configured many cpplint settings.
# Everything that could be moved to CPPLINT.cfg has moved there.