From a13506d7cf2648550497edb865f0d88c068a2fb9 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Mon, 11 Sep 2023 17:03:06 +0000 Subject: [PATCH] Add OWNERS files to support dirs These aren't HALs and don't really have owners, but adding the OWNERS files here to be explicit and stick to the pattern used in all the other subdirectories. Test: none Bug: 296950573 Change-Id: I7cd157c79965ca40eec9bfe80d3c8dfa4c460d58 --- common/OWNERS | 3 +++ compatibility_matrices/OWNERS | 3 +++ scripts/OWNERS | 3 +++ staging/OWNERS | 3 +++ tests/OWNERS | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 common/OWNERS create mode 100644 compatibility_matrices/OWNERS create mode 100644 scripts/OWNERS create mode 100644 staging/OWNERS create mode 100644 tests/OWNERS diff --git a/common/OWNERS b/common/OWNERS new file mode 100644 index 0000000000..a07824edc3 --- /dev/null +++ b/common/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 298954331 + +include platform/hardware/interfaces:/OWNERS diff --git a/compatibility_matrices/OWNERS b/compatibility_matrices/OWNERS new file mode 100644 index 0000000000..a07824edc3 --- /dev/null +++ b/compatibility_matrices/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 298954331 + +include platform/hardware/interfaces:/OWNERS diff --git a/scripts/OWNERS b/scripts/OWNERS new file mode 100644 index 0000000000..a07824edc3 --- /dev/null +++ b/scripts/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 298954331 + +include platform/hardware/interfaces:/OWNERS diff --git a/staging/OWNERS b/staging/OWNERS new file mode 100644 index 0000000000..a07824edc3 --- /dev/null +++ b/staging/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 298954331 + +include platform/hardware/interfaces:/OWNERS diff --git a/tests/OWNERS b/tests/OWNERS new file mode 100644 index 0000000000..a07824edc3 --- /dev/null +++ b/tests/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 298954331 + +include platform/hardware/interfaces:/OWNERS