Igor Murashkin | 2bb70d3 | 2017-02-06 10:34:14 -0800 | [diff] [blame] | 1 | [Hook Scripts] |
Igor Murashkin | e5193c6 | 2017-06-30 13:30:46 -0700 | [diff] [blame] | 2 | check_generated_tests_up_to_date = tools/test_presubmit.py |
Igor Murashkin | 2a2d311 | 2017-11-14 15:03:25 -0800 | [diff] [blame] | 3 | |
Paul Duffin | 8d32baf | 2021-04-01 01:46:57 +0100 | [diff] [blame] | 4 | hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
| 5 | |
Martin Stjernholm | d90291b | 2021-05-27 20:54:22 +0100 | [diff] [blame] | 6 | # TODO(b/189484095): Port libnativebridge tests to atest and enable in presubmit |
| 7 | # so we don't need the custom runtests script and this check. |
| 8 | check_libnativebridge_test_field = libnativebridge/tests/preupload_check_test_tag.sh ${PREUPLOAD_COMMIT_MESSAGE} ${PREUPLOAD_FILES} |
| 9 | |
Igor Murashkin | 2a2d311 | 2017-11-14 15:03:25 -0800 | [diff] [blame] | 10 | [Builtin Hooks] |
| 11 | cpplint = true |
Paul Duffin | 1cf31fe | 2019-06-18 18:45:21 +0100 | [diff] [blame] | 12 | bpfmt = true |
Paul Duffin | 719de43 | 2019-06-27 14:19:18 +0100 | [diff] [blame] | 13 | gofmt = true |
Igor Murashkin | 2a2d311 | 2017-11-14 15:03:25 -0800 | [diff] [blame] | 14 | |
| 15 | [Builtin Hooks Options] |
| 16 | # Cpplint prints nothing unless there were errors. |
| 17 | cpplint = --quiet ${PREUPLOAD_FILES} |