From 0a12631fd5364d5908d59ea476bea075019ebecd Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Tue, 19 Oct 2021 08:23:42 +0000 Subject: 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 --- build/Android.cpplint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/Android.cpplint.mk') 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. -- cgit v1.2.3-59-g8ed1b