From c3bc1e2984af16fbad1649a9ed78b378d1734d8b Mon Sep 17 00:00:00 2001 From: Satoshi Niwa Date: Wed, 24 Nov 2021 15:49:00 +0900 Subject: [PATCH] Add OWNERS for Verity related JNI files Test: N/A Change-Id: Ia2c1cf25e9750af0374816c06b2b9184f63dc261 --- core/jni/OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/jni/OWNERS b/core/jni/OWNERS index 78787e52dbaa..65d073fc1467 100644 --- a/core/jni/OWNERS +++ b/core/jni/OWNERS @@ -69,6 +69,9 @@ per-file AndroidRuntime.cpp = calin@google.com, ngeoffray@google.com, oth@google # Although marked "view" this is mostly graphics stuff per-file android_view_* = file:/graphics/java/android/graphics/OWNERS +# Verity +per-file com_android_internal_security_Verity* = ebiggers@google.com, victorhsieh@google.com + # VINTF per-file android_os_VintfObject* = file:platform/system/libvintf:/OWNERS per-file android_os_VintfRuntimeInfo* = file:platform/system/libvintf:/OWNERS