Steven Moreland | b6f3c1f | 2018-12-12 10:21:29 -0800 | [diff] [blame] | 1 | [Builtin Hooks] |
| 2 | clang_format = true |
| 3 | |
| 4 | [Builtin Hooks Options] |
| 5 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |
| 6 | tests/tests/binder_ndk |
| 7 | |
Philip P. Moltmann | c70e247 | 2016-10-20 17:19:56 -0700 | [diff] [blame] | 8 | [Hook Scripts] |
Aurimas Liutikas | 62899a7 | 2016-12-15 13:47:49 -0800 | [diff] [blame] | 9 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |
Philip P. Moltmann | c70e247 | 2016-10-20 17:19:56 -0700 | [diff] [blame] | 10 | -fw apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
| 11 | apps/CtsVerifierUSBCompanion/ |
Siarhei Vishniakou | 4ee7207 | 2017-09-29 09:45:45 -0700 | [diff] [blame] | 12 | libs/ |
Felipe Leme | ecd63d2 | 2017-08-02 10:17:09 -0700 | [diff] [blame] | 13 | tests/autofillservice/ |
Felipe Leme | 0b0ac18 | 2018-11-28 10:32:38 -0800 | [diff] [blame] | 14 | tests/contentcaptureservice/ |
Aurimas Liutikas | 3605c1e | 2016-11-01 10:47:33 -0700 | [diff] [blame] | 15 | tests/tests/animation/ |
Aurimas Liutikas | 56d454c | 2019-01-30 17:25:10 -0800 | [diff] [blame] | 16 | tests/tests/content/ |
Siarhei Vishniakou | 4ee7207 | 2017-09-29 09:45:45 -0700 | [diff] [blame] | 17 | tests/tests/graphics/ |
| 18 | tests/tests/hardware/ |
Nate Myren | 92de1af | 2019-05-09 13:58:46 -0700 | [diff] [blame] | 19 | tests/tests/permission2/ |
| 20 | tests/tests/permission/ |
Aurimas Liutikas | 3720995 | 2019-02-11 11:09:52 -0800 | [diff] [blame] | 21 | tests/tests/preference/ |
Philip P. Moltmann | c70e247 | 2016-10-20 17:19:56 -0700 | [diff] [blame] | 22 | tests/tests/print/ |
Aurimas Liutikas | 3605c1e | 2016-11-01 10:47:33 -0700 | [diff] [blame] | 23 | tests/tests/text/ |
Aurimas Liutikas | 9eeedd6 | 2019-02-11 14:00:13 -0800 | [diff] [blame] | 24 | tests/tests/theme/ |
Aurimas Liutikas | 3605c1e | 2016-11-01 10:47:33 -0700 | [diff] [blame] | 25 | tests/tests/transition/ |
John Reck | 0d961db | 2018-02-14 10:01:56 -0800 | [diff] [blame] | 26 | tests/tests/uirendering/ |
Aurimas Liutikas | 3605c1e | 2016-11-01 10:47:33 -0700 | [diff] [blame] | 27 | tests/tests/view/ |
| 28 | tests/tests/widget/ |
Suprabh Shukla | 6731ded | 2018-07-17 13:55:31 -0700 | [diff] [blame] | 29 | common/device-side/util/ |
Nikita Ioffe | fd8ac58 | 2019-04-18 16:15:09 +0100 | [diff] [blame] | 30 | hostsidetests/stagedinstall/ |
| 31 | tests/tests/packageinstaller/atomicinstall/ |
Aurimas Liutikas | ecb5733 | 2019-02-07 17:55:07 -0800 | [diff] [blame] | 32 | |
| 33 | ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES} |