From fb8841d1ff7c43172640290a62a8f406b000768b Mon Sep 17 00:00:00 2001 From: Jerome Gaillard Date: Thu, 2 Dec 2021 18:33:24 +0000 Subject: [PATCH] Add more owners for LayoutlibLoader.cpp This file is only added in the host version of libandroid_runtime, to be used by layoutlib in Android Studio. This adds the android graphics team and members of the Android Studio team to OWNERS. Test: N/A Change-Id: I7a94198953e9ea0e7a0226c5c4f18fb9b0bc96f8 --- core/jni/OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/jni/OWNERS b/core/jni/OWNERS index 832c49801bdc4..80e83ad9865ce 100644 --- a/core/jni/OWNERS +++ b/core/jni/OWNERS @@ -72,6 +72,9 @@ per-file AndroidRuntime.cpp = file:/graphics/java/android/graphics/OWNERS per-file AndroidRuntime.cpp = calin@google.com, ngeoffray@google.com, oth@google.com # Although marked "view" this is mostly graphics stuff per-file android_view_* = file:/graphics/java/android/graphics/OWNERS +# File used for Android Studio layoutlib +per-file LayoutlibLoader.cpp = file:/graphics/java/android/graphics/OWNERS +per-file LayoutlibLoader.cpp = diegoperez@google.com, jgaillard@google.com # Verity per-file com_android_internal_security_Verity* = ebiggers@google.com, victorhsieh@google.com