From ec4736a3ec4946c43bb418877c4413fb5726b7ca Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Mon, 15 Aug 2022 09:59:26 +0800 Subject: [PATCH] Add Owners file to manage dumpstate Bug: 240530709 Change-Id: If7d9a169a3085e358256289dd8a8284a4d808271 --- dumpstate/OWNERS | 10 ++++++++++ dumpstate/README.txt | 1 + 2 files changed, 11 insertions(+) create mode 100644 dumpstate/OWNERS create mode 100644 dumpstate/README.txt diff --git a/dumpstate/OWNERS b/dumpstate/OWNERS new file mode 100644 index 00000000..c6adf312 --- /dev/null +++ b/dumpstate/OWNERS @@ -0,0 +1,10 @@ +aaronding@google.com +rurumihong@google.com +adamshih@google.com +wilsonsung@google.com +lucaswei@google.com +cyanhsieh@google.com +rogerliao@google.com +cyuanjen@google.com +robinpeng@google.com + diff --git a/dumpstate/README.txt b/dumpstate/README.txt new file mode 100644 index 00000000..b279bdaf --- /dev/null +++ b/dumpstate/README.txt @@ -0,0 +1 @@ +Please refer to go/pixel-recycle to modularize your code in this space.