From fa36259cb2cdfc086939b9ae6ca3ff181fb67c1d Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Mon, 1 Nov 2021 08:42:42 +0000 Subject: [PATCH] Consolidate OWNERS files Have a single OWNERS file for everything under hardware/interfaces/security Test: TreeHugger Change-Id: I1f15296edefda447916e9a3e8211e88ed8854f90 --- security/{keymint/aidl => }/OWNERS | 0 security/keymint/support/OWNERS | 4 ---- security/secureclock/aidl/OWNERS | 4 ---- security/sharedsecret/aidl/OWNERS | 4 ---- 4 files changed, 12 deletions(-) rename security/{keymint/aidl => }/OWNERS (100%) delete mode 100644 security/keymint/support/OWNERS delete mode 100644 security/secureclock/aidl/OWNERS delete mode 100644 security/sharedsecret/aidl/OWNERS diff --git a/security/keymint/aidl/OWNERS b/security/OWNERS similarity index 100% rename from security/keymint/aidl/OWNERS rename to security/OWNERS diff --git a/security/keymint/support/OWNERS b/security/keymint/support/OWNERS deleted file mode 100644 index a93b171b00..0000000000 --- a/security/keymint/support/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -jbires@google.com -jdanis@google.com -seleneh@google.com -swillden@google.com diff --git a/security/secureclock/aidl/OWNERS b/security/secureclock/aidl/OWNERS deleted file mode 100644 index a93b171b00..0000000000 --- a/security/secureclock/aidl/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -jbires@google.com -jdanis@google.com -seleneh@google.com -swillden@google.com diff --git a/security/sharedsecret/aidl/OWNERS b/security/sharedsecret/aidl/OWNERS deleted file mode 100644 index a93b171b00..0000000000 --- a/security/sharedsecret/aidl/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -jbires@google.com -jdanis@google.com -seleneh@google.com -swillden@google.com