summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Janis Danisevskis <jdanis@google.com> 2020-12-16 09:56:09 -0800
committer Janis Danisevskis <jdanis@google.com> 2020-12-16 09:57:11 -0800
commitfb68656a9917dc3e4fad4bbfdab266afb2f67697 (patch)
tree228144e589e0e9b3f2a59b0b4d37f48f7be1cf01
parent8ac80b0915aad382977017fdaa10814a851662eb (diff)
Add owners for Protected Confirmation implementation.
Test: N/A Change-Id: Ib10884acd284a243d2898fc5a1eeedca5e8c4551
-rw-r--r--core/java/android/security/OWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/security/OWNERS b/core/java/android/security/OWNERS
index 3f8d75e6118d..7140ff12be64 100644
--- a/core/java/android/security/OWNERS
+++ b/core/java/android/security/OWNERS
@@ -7,3 +7,5 @@ per-file NetworkSecurityPolicy.java = cbrubaker@google.com
per-file NetworkSecurityPolicy.java = klyubin@google.com
per-file FrameworkNetworkSecurityPolicy.java = cbrubaker@google.com
per-file FrameworkNetworkSecurityPolicy.java = klyubin@google.com
+per-file Confirmation*.java = jdanis@google.com
+per-file Confirmation*.java = swillden@google.com