diff options
author | Aurimas Liutikas <aurimas@google.com> | 2016-12-15 15:01:36 -0800 |
---|---|---|
committer | Aurimas Liutikas <aurimas@google.com> | 2016-12-15 15:01:36 -0800 |
commit | cb494a303110ea1a6dccec1820f9f378d6483dd5 (patch) | |
tree | f8f3b002df432db6bfe0c14abe8047a8c54be2d0 | |
parent | 01c41ed8ed263d11cf633e50a968b3777095b80b (diff) |
Point to the new checkstyle location for frameworks/base PREUPLOAD hook.
This change depends on r.android.com/314437
Bug: 33666900
Test: None
Change-Id: I301723d516803146943f0866ea35b68cc36af6af
-rw-r--r-- | PREUPLOAD.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index c28db57c23c0..75de4a7833f1 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -1,5 +1,5 @@ [Hook Scripts] -checkstyle_hook = ../../development/tools/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} +checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} -fw core/java/android/animation/ core/java/android/hardware/usb/ core/java/android/print/ |