From 89794158a1a5bca01abd834387d6e4e95e70f806 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Fri, 2 Mar 2018 12:10:25 -0800 Subject: [PATCH] Change ownership of AAPT2 and libandroidfw toddke@ is now the new owner of these projects. Exempt-From-Owner-Approval: setting new owners Test: none Change-Id: Ie92b020e0ba063f48ce8a76ebaef768fe0d554f1 Merged-In: Ie92b020e0ba063f48ce8a76ebaef768fe0d554f1 (cherry picked from commit a95e841846c3add37cab0ca228e1e1a4eb0a1455) --- libs/androidfw/OWNERS | 2 ++ tools/aapt2/OWNERS | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 libs/androidfw/OWNERS diff --git a/libs/androidfw/OWNERS b/libs/androidfw/OWNERS new file mode 100644 index 0000000000000..23ec5ab0d1f37 --- /dev/null +++ b/libs/androidfw/OWNERS @@ -0,0 +1,2 @@ +set noparent +toddke@google.com diff --git a/tools/aapt2/OWNERS b/tools/aapt2/OWNERS index d76233ec78ba4..23ec5ab0d1f37 100644 --- a/tools/aapt2/OWNERS +++ b/tools/aapt2/OWNERS @@ -1,2 +1,2 @@ set noparent -adamlesinski@google.com +toddke@google.com