diff options
author | Tobias Thierer <tobiast@google.com> | 2020-03-25 16:07:43 +0000 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2020-03-26 14:10:06 +0000 |
commit | fa82e757dd33ff8c926a4910b958b64edca0c6dd (patch) | |
tree | c3e34f513f6383e407f464829060679c2eda1b20 /libs/androidfw | |
parent | 083066201e8fab5c971b881d1b0a486c83e13c51 (diff) |
OWNERS: tobiast -> ngeoffray.
This CL topic was created via:
find . -name OWNERS | xargs grep -l tobiast | xargs sed \
-i 's/tobiast/ngeoffray/g'
Plus appropriate repo start, git commit, repo upload commands:
while read proj; do croot $proj ; repo start OWNERS-tobiast-ngeoffray ; \
git commit -F ~/commit-message.txt; croot ; done \
< ~/owners-projects.txt
repo upload -t --br=OWNERS-tobiast-ngeoffray
No attempt was made to sort the files after the replacement.
Exempt-From-Owner-Approval: Both old and new owner are on this CL.
Test: Manually inspected the result.
Bug: 152399425
Change-Id: I2f100a71d399a7d4d46ea036fff564ff5c5dbda7
Diffstat (limited to 'libs/androidfw')
-rw-r--r-- | libs/androidfw/OWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/OWNERS b/libs/androidfw/OWNERS index 8cffd6a3e548..bc056df23a36 100644 --- a/libs/androidfw/OWNERS +++ b/libs/androidfw/OWNERS @@ -3,4 +3,4 @@ toddke@google.com rtmitchell@google.com per-file CursorWindow.cpp=omakoto@google.com -per-file LocaleDataTables.cpp=vichang@google.com,tobiast@google.com,nikitai@google.com +per-file LocaleDataTables.cpp=vichang@google.com,ngeoffray@google.com,nikitai@google.com |