From 8b8b2d574367bc3d8d81115872e12ad887c7fee5 Mon Sep 17 00:00:00 2001 From: Josh Wu Date: Fri, 21 Jan 2022 06:01:47 -0800 Subject: [PATCH] BtAudio: Add OWNERS to aidl implmentation and VTS, hidl 2.2 handling Bug: 203490261 Test: none Change-Id: I004bbb49a1f6755ad6f2b1a8ac25bc1db9e19f48 --- bluetooth/audio/2.2/default/OWNERS | 4 ++++ bluetooth/audio/aidl/default/OWNERS | 4 ++++ bluetooth/audio/aidl/vts/OWNERS | 4 ++++ bluetooth/audio/utils/OWNERS | 3 ++- 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 bluetooth/audio/2.2/default/OWNERS create mode 100644 bluetooth/audio/aidl/default/OWNERS create mode 100644 bluetooth/audio/aidl/vts/OWNERS diff --git a/bluetooth/audio/2.2/default/OWNERS b/bluetooth/audio/2.2/default/OWNERS new file mode 100644 index 0000000000..17ea46424f --- /dev/null +++ b/bluetooth/audio/2.2/default/OWNERS @@ -0,0 +1,4 @@ +include platform/packages/modules/Bluetooth:/OWNERS + +cheneyni@google.com +aliceypkuo@google.com \ No newline at end of file diff --git a/bluetooth/audio/aidl/default/OWNERS b/bluetooth/audio/aidl/default/OWNERS new file mode 100644 index 0000000000..17ea46424f --- /dev/null +++ b/bluetooth/audio/aidl/default/OWNERS @@ -0,0 +1,4 @@ +include platform/packages/modules/Bluetooth:/OWNERS + +cheneyni@google.com +aliceypkuo@google.com \ No newline at end of file diff --git a/bluetooth/audio/aidl/vts/OWNERS b/bluetooth/audio/aidl/vts/OWNERS new file mode 100644 index 0000000000..17ea46424f --- /dev/null +++ b/bluetooth/audio/aidl/vts/OWNERS @@ -0,0 +1,4 @@ +include platform/packages/modules/Bluetooth:/OWNERS + +cheneyni@google.com +aliceypkuo@google.com \ No newline at end of file diff --git a/bluetooth/audio/utils/OWNERS b/bluetooth/audio/utils/OWNERS index ed9284766b..17ea46424f 100644 --- a/bluetooth/audio/utils/OWNERS +++ b/bluetooth/audio/utils/OWNERS @@ -1,3 +1,4 @@ include platform/packages/modules/Bluetooth:/OWNERS -cheneyni@google.com \ No newline at end of file +cheneyni@google.com +aliceypkuo@google.com \ No newline at end of file