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
This commit is contained in:
Jerome Gaillard
2021-12-02 18:33:24 +00:00
parent a57618d34d
commit fb8841d1ff

View File

@@ -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