Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db3c8985 authored by Felipe Leme's avatar Felipe Leme
Browse files

Added OWNERS to moar bugreport-related projects...

..and hooks to make sure they're developed on AOSP

Bug: none
Test: none

Change-Id: I6d541bc7b5815b187710cbf8838fc6307cf25e7c
parent 2532b7d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
[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/"
dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
# bugreports matches both cmds/bugreport and cmds/bugreportz
bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"

cmds/bugreport/OWNERS

0 → 100644
+6 −0
Original line number Diff line number Diff line
set noparent

felipeal@google.com
nandana@google.com
jsharkey@android.com
enh@google.com

cmds/bugreportz/OWNERS

0 → 100644
+6 −0
Original line number Diff line number Diff line
set noparent

felipeal@google.com
nandana@google.com
jsharkey@android.com
enh@google.com