diff options
| author | 2018-09-11 21:31:08 +0000 | |
|---|---|---|
| committer | 2018-09-11 21:31:08 +0000 | |
| commit | 1b73cc2b394d41055a14b106240df75162e85640 (patch) | |
| tree | 778f8138b30c21d01d784baebd50fed6aead5f10 | |
| parent | 99e7f66c8af9f920fd02973899b5853612a380e0 (diff) | |
| parent | f9857adb1eedebe95e20b0d428f150715ff0bb3c (diff) | |
Merge "installd should be fully developed in AOSP."
| -rw-r--r-- | PREUPLOAD.cfg | 3 | ||||
| -rw-r--r-- | cmds/installd/OWNERS | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg new file mode 100644 index 0000000000..f8f02658fb --- /dev/null +++ b/PREUPLOAD.cfg @@ -0,0 +1,3 @@ +[Hook Scripts] +owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" +installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/" diff --git a/cmds/installd/OWNERS b/cmds/installd/OWNERS new file mode 100644 index 0000000000..50440f1dae --- /dev/null +++ b/cmds/installd/OWNERS @@ -0,0 +1,7 @@ +set noparent + +calin@google.com +agampe@google.com +jsharkey@android.com +toddke@google.com +ngeoffray@google.com |