diff options
author | 2021-09-22 10:12:48 +0000 | |
---|---|---|
committer | 2021-09-22 11:19:10 +0000 | |
commit | af5fc456b0d6f4ab587dbc3f57e55488eb5912ea (patch) | |
tree | ad09541d23515ce4a216ff0c19439909ff552aad /build/Android.cpplint.mk | |
parent | 7cbd0e8b3faf18e75ba02af3677973ab0c2cac19 (diff) |
Revert "Use cpplint.py from repohooks"
This reverts commit 145f96954680bd24f2c8bbc63b9e199343ba0401.
Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=aosp-master&target=aosp_x86_64-userdebug&lkgb=7754422&lkbb=7754941&fkbb=7754782, bug b/200771958
BUG: 200771958
Change-Id: Ie8ca21d5f14d6e1dcda4d0a2f730f4590f7ce108
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 ab70e97ac5..ce68214a9e 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 := tools/repohooks/tools/cpplint.py +ART_CPPLINT := external/google-styleguide/cpplint/cpplint.py # This file previously configured many cpplint settings. # Everything that could be moved to CPPLINT.cfg has moved there. |