From fb68656a9917dc3e4fad4bbfdab266afb2f67697 Mon Sep 17 00:00:00 2001 From: Janis Danisevskis Date: Wed, 16 Dec 2020 09:56:09 -0800 Subject: [PATCH] Add owners for Protected Confirmation implementation. Test: N/A Change-Id: Ib10884acd284a243d2898fc5a1eeedca5e8c4551 --- core/java/android/security/OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/java/android/security/OWNERS b/core/java/android/security/OWNERS index 3f8d75e6118dc..7140ff12be642 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