diff options
author | Songchun Fan <schfan@google.com> | 2021-03-02 20:05:57 +0000 |
---|---|---|
committer | Songchun Fan <schfan@google.com> | 2021-03-04 20:50:18 +0000 |
commit | d4574b55b49aa60d336b2b72677976baa69ef2a8 (patch) | |
tree | e9ef6ff3252ff5067e0bee0709f5a2036215f729 /PREUPLOAD.cfg | |
parent | 2aebc3e739de2c83288ad048242aa8358118b2c0 (diff) |
Revert "Revert "[incremental] change build rules to not to use aidl_interface""
This reverts commit 8d1235b882dde3eb055a652185a0f0f31e176211.
Reason for revert: trying again
Test: forest
BUG: 181266844
Change-Id: I57652132fda01a8a7964a1338b7f31a208df8094
Change-Id: I71a93fcba3463b143d9b6e055587ce36b35889af
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 30ed7de92614..175fb38bafc7 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -1,5 +1,6 @@ [Builtin Hooks] clang_format = true +bpfmt = true [Builtin Hooks Options] # Only turn on clang-format check for the following subfolders. @@ -15,7 +16,7 @@ clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp services/incremental/ tests/ tools/ - +bpfmt = -d [Hook Scripts] checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |