diff options
author | Siarhei Vishniakou <svv@google.com> | 2020-09-08 22:43:35 -0500 |
---|---|---|
committer | Siarhei Vishniakou <svv@google.com> | 2020-09-18 16:29:17 -0500 |
commit | 2da17761f9545b9427a1bc4ef8b2ecf3a337b950 (patch) | |
tree | f9931269c3240731f12c7d931ef78b6b979e8f18 /PREUPLOAD.cfg | |
parent | a67b86d081f6b6c824f03b5a5c9aff12d84f9cd0 (diff) |
Update usage of PropertyMap::load
Now that PropertyMap returns an owned object, update the usage in
validatekeymaps.
Bug: 163171599
Test: presubmit
Change-Id: I75b9abe3fa1d418951a8c23a624771046a89b3f8
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index fc5efc6e03ac..7a8d1a1caf25 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -11,6 +11,7 @@ clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp libs/input/ services/core/jni/ services/incremental/ + tools/ [Hook Scripts] checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |