From 5f757d6a060a51e86365be12cd864e6125da98b6 Mon Sep 17 00:00:00 2001 From: Ashutosh Joshi Date: Thu, 10 Aug 2017 17:21:43 -0700 Subject: [PATCH] Add OWNERS file for the context hub hal Add owners for context hub hal default implementation and VTS tests. Test: Build compiles Change-Id: I8109e9da8c901b7ecb08b004bbe5a49e94988feb --- contexthub/1.0/default/OWNERS | 2 ++ contexthub/1.0/vts/functional/OWNERS | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 contexthub/1.0/default/OWNERS create mode 100644 contexthub/1.0/vts/functional/OWNERS diff --git a/contexthub/1.0/default/OWNERS b/contexthub/1.0/default/OWNERS new file mode 100644 index 0000000000..49a3204ac7 --- /dev/null +++ b/contexthub/1.0/default/OWNERS @@ -0,0 +1,2 @@ +ashutoshj@google.com +bduddie@google.com diff --git a/contexthub/1.0/vts/functional/OWNERS b/contexthub/1.0/vts/functional/OWNERS new file mode 100644 index 0000000000..ad036b4215 --- /dev/null +++ b/contexthub/1.0/vts/functional/OWNERS @@ -0,0 +1,7 @@ +#Context Hub team +ashutoshj@google.com +bduddie@google.com + +#VTS team +yim@google.com +trong@google.com