diff options
author | 2021-11-11 15:01:25 +0000 | |
---|---|---|
committer | 2021-11-12 11:29:02 +0000 | |
commit | a1d4c56b0d92817939dcf18aa44ea516e4829863 (patch) | |
tree | 9e5e022df133f5fc1c58487297da2eae629cd353 /build/Android.cpplint.mk | |
parent | 219f81f52477d22ad9618e111b356193bce616de (diff) |
Revert^6 "Use cpplint.py from repohooks"
This reverts commit 3ff922309ac7d96f572c57152216cd564f775bf3.
Reland of updating the version cpplint.py to use.
Reason for revert: required change is in sc-dev-plus-aosp
Fix: 200914293
Test: cherry-pick to sc-dev-plus-aosp && m cpplint-art
Test: treehugger
Change-Id: I35900c08af22440e45279b38697d16ebb8753003
Diffstat (limited to 'build/Android.cpplint.mk')
-rw-r--r-- | build/Android.cpplint.mk | 2 |
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. |