Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fb1bc7f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes I97eb277b,I6e79cfd5 into main

* changes:
  Do some slight owners refactoring.
  Add graphics to surfacecontrol owners
parents a80a0d9b 9cad306c
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -13,14 +13,16 @@ mount@google.com
# Autofill
per-file ViewStructure.java = file:/core/java/android/service/autofill/OWNERS

# Choreographer
per-file Choreographer.java = file:platform/frameworks/native:/services/surfaceflinger/OWNERS
per-file DisplayEventReceiver.java = file:platform/frameworks/native:/services/surfaceflinger/OWNERS

# Display
per-file Display*.java = file:/services/core/java/com/android/server/display/OWNERS
per-file Display*.aidl = file:/services/core/java/com/android/server/display/OWNERS

# Graphics
per-file Choreographer.java = file:platform/frameworks/native:/services/surfaceflinger/OWNERS
per-file DisplayEventReceiver.java = file:platform/frameworks/native:/services/surfaceflinger/OWNERS
per-file *SurfaceControl*.java = file:platform/frameworks/native:/services/surfaceflinger/OWNERS
per-file SurfaceControl*.aidl = file:platform/frameworks/native:/services/surfaceflinger/OWNERS

# Haptics
per-file HapticFeedbackConstants.java = file:/services/core/java/com/android/server/input/OWNERS

+16 −0
Original line number Diff line number Diff line
# Graphics owners for:
# * android.graphics apis and friends
# * HWUI
# * SurfaceFlinger

adyabr@google.com
alecmouri@google.com
carlosmr@google.com
domlaskowski@google.com
huisinro@google.com
jreck@google.com
jshargo@google.com
julianachang@google.com
ramindani@google.com
rnlee@google.com
whisperwing@google.com
 No newline at end of file
+1 −5
Original line number Diff line number Diff line
# Bug component: 24939

jreck@google.com
sumir@google.com
djsollen@google.com
alecmouri@google.com
sallyqi@google.com
include /graphics/java/android/graphics/CORE_GRAPHICS_OWNERS

per-file BLASTBufferQueue.java = file:/services/core/java/com/android/server/wm/OWNERS
per-file FontFamily.java = file:fonts/OWNERS
+2 −4
Original line number Diff line number Diff line
# Bug component: 1075005

alecmouri@google.com
djsollen@google.com
jreck@google.com
include /graphics/java/android/graphics/CORE_GRAPHICS_OWNERS

nscobie@google.com
sumir@google.com

# For text, e.g. Typeface, Font, Minikin, etc.
nona@google.com