From 32ae0841dccc1749442e7435c48affb1c4122660 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Mon, 15 Aug 2022 10:09:59 +0800 Subject: [PATCH] Add Owners file to manage dumpstate Bug: 240530709 Change-Id: I6aaf6dafd4cea76be2274d915bd428d0aa101326 --- dumpstate/OWNERS | 9 +++++++++ dumpstate/README.txt | 1 + 2 files changed, 10 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..5859d10d --- /dev/null +++ b/dumpstate/OWNERS @@ -0,0 +1,9 @@ +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.