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
diff --git a/build/Android.cpplint.mk b/build/Android.cpplint.mk
index ce68214..ab70e97 100644
--- a/build/Android.cpplint.mk
+++ b/build/Android.cpplint.mk
@@ -20,7 +20,7 @@
 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.