From bbe4493efb9e107b83ff80ff506c3b026caf4d64 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Mon, 20 Jul 2020 21:17:48 +0100 Subject: [PATCH] Add vichang into OWNER of android.text.format Most android.text.format classes are wrappers of ICU4J or libcore. Test: n/a Change-Id: I3269efece738cfc7344d1823f7a79677f6cb93fc --- core/java/android/text/format/OWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/java/android/text/format/OWNERS diff --git a/core/java/android/text/format/OWNERS b/core/java/android/text/format/OWNERS new file mode 100644 index 0000000000000..32adc12bb901d --- /dev/null +++ b/core/java/android/text/format/OWNERS @@ -0,0 +1,3 @@ +# Inherits OWNERS from parent directory, plus the following + +vichang@google.com