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