From c178495c22b0ea5541e173dd2f319ccbf8b05dd5 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Wed, 22 Sep 2021 12:29:37 +0100 Subject: 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 --- 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