diff options
author | Felipe Leme <felipeal@google.com> | 2018-09-26 11:07:30 -0700 |
---|---|---|
committer | Felipe Leme <felipeal@google.com> | 2018-11-21 13:00:06 -0800 |
commit | 4c192e969014b35b17a99ca9c4b72fa71f9d5539 (patch) | |
tree | ef3c2781b7edd7fa97e0a04e7d5e4d4a87b1ba67 /PREUPLOAD.cfg | |
parent | 6c4c8aeb7005928508be0d799e3af0f955348208 (diff) |
Added OWNERS to Shell and hook to make sure it's developed on AOSP.
Bug: none
Test: none
Change-Id: I1f6f554cf98c78d1ab8a1e820d485a37238230f5
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 07b0ae10fd55..01df817ead56 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -16,3 +16,5 @@ strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_s hidden_api_txt_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" + +shell_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^packages/Shell/" |