From 6d76ed5f95feedc69d1a11ee9f207040e524cb3e Mon Sep 17 00:00:00 2001 From: Calvin Pan Date: Wed, 28 Dec 2022 21:17:03 +0800 Subject: [PATCH] Add OWNER file for grammatical inflection service Bug: 237579711 Test: build pass Ignore-AOSP-First: This is an internal project at this stage and no one will update it from AOSP Change-Id: Ic11958eed7803b1a15141fa48e77103d430e5a86 --- .../core/java/com/android/server/grammaticalinflection/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 services/core/java/com/android/server/grammaticalinflection/OWNERS diff --git a/services/core/java/com/android/server/grammaticalinflection/OWNERS b/services/core/java/com/android/server/grammaticalinflection/OWNERS new file mode 100644 index 0000000000000..5f16ba9123b77 --- /dev/null +++ b/services/core/java/com/android/server/grammaticalinflection/OWNERS @@ -0,0 +1,4 @@ +# Bug template url: https://b.corp.google.com/issues/new?component=1082762&template=1601534 +allenwtsu@google.com +goldmanj@google.com +calvinpan@google.com