From 36560286a4c704f05c381804133a20d49a2031b9 Mon Sep 17 00:00:00 2001 From: Charles Chen Date: Tue, 15 Dec 2020 17:22:05 +0800 Subject: [PATCH] Make everyone able to modify mock package Previously, this package was set to no owners. However, it broke the new owner rule on gerrit. See https://gerrit.googlesource.com/plugins/code-owners/+/master/resources/Documentation/how-to-use.md#no-code-owners-found for details. Test: manual Bug: 174932174 Change-Id: I6bd2c3947cffdf7637b4c06dfb54d1b39b81e40e --- test-mock/src/android/test/mock/OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-mock/src/android/test/mock/OWNERS b/test-mock/src/android/test/mock/OWNERS index 36d9cb2654bb..9551245bd5c9 100644 --- a/test-mock/src/android/test/mock/OWNERS +++ b/test-mock/src/android/test/mock/OWNERS @@ -1 +1,3 @@ set noparent + +*