From c907a99efd0290916bae293eec310807f2a2da87 Mon Sep 17 00:00:00 2001 From: markchien Date: Wed, 17 Jun 2020 00:23:23 +0800 Subject: [PATCH] Add owneship of tethering module Bug: 158961959 Test: build/make/tools/checkowners.py packages/NetworkStack/OWNERS Test: ./build/make/tools/checkowners.py \ frameworks/base/packages/Tethering/OWNERS Change-Id: I13b291e5db6a8a8c9f2bfa477acabaea250aa48c --- Tethering/OWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Tethering/OWNERS diff --git a/Tethering/OWNERS b/Tethering/OWNERS new file mode 100644 index 0000000000..5b42d49041 --- /dev/null +++ b/Tethering/OWNERS @@ -0,0 +1,2 @@ +include platform/packages/modules/NetworkStack/:/OWNERS +markchien@google.com