ANDROID: Enable GKI Dr. No Enforcement
This locks down OWNERS approval to a small group to guard against unintentional breakages. Bug: 235646184 Signed-off-by: Steve Muckle <smuckle@google.com> Change-Id: I58ca467b1e7786e1ad0f6ad67c7a7a5845a91ec6
This commit is contained in:
parent
3456f4eeee
commit
f1bf82c3da
14
OWNERS
14
OWNERS
|
@ -1,2 +1,12 @@
|
|||
# include OWNERS from the authoritative android-mainline branch
|
||||
include kernel/common:android-mainline:/OWNERS
|
||||
set noparent
|
||||
|
||||
# GKI Dr. No Enforcement is active on this branch. Approval of one of the Dr.
|
||||
# No reviewers is required following a regular CodeReview+2 vote of a code
|
||||
# reviewer.
|
||||
#
|
||||
# See the GKI release documentation (go/gki-dr-no) for further details.
|
||||
#
|
||||
# The expanded list of reviewers can be found at:
|
||||
# https://android.googlesource.com/kernel/common/+/android-mainline/OWNERS_DrNo
|
||||
|
||||
include kernel/common:android-mainline:/OWNERS_DrNo
|
||||
|
|
Loading…
Reference in New Issue