diff options
| -rw-r--r-- | core/jni/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
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 |