summaryrefslogtreecommitdiff
path: root/build/Android.cpplint.mk
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2021-10-19 08:23:42 +0000
committer Orion Hodson <oth@google.com> 2021-10-21 12:20:53 +0000
commit0a12631fd5364d5908d59ea476bea075019ebecd (patch)
tree4272a2d9b29e42fcf422f83db9726b2d2dc44507 /build/Android.cpplint.mk
parent970183997b6dd09ea5e21984095dec9ec44c9618 (diff)
Revert^4 "Use cpplint.py from repohooks"
This reverts commit dc26639f11ef2a97bc9aa9d9f4a8b8cbf9791481. Reason for revert: repohooks now in sync across branches (thanks to tavila@). Bug: 200914293 Test: Treehugger Test: m cpplint-art Change-Id: I55cf52db799e7d99dde488ff0bfbc7b3dc158a59
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.