blob: 04df308e72a03203d4925acfee6da9e0db0293e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# People who can approve changes for submission
cantol@google.com
chiujason@google.com
cipson@google.com
dsandler@android.com
dswliu@google.com
edgarwang@google.com
evanlaird@google.com
jiannan@google.com
juliacr@google.com
ykhung@google.com
# Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
per-file *.xml=*
# Notification-related utilities
per-file **/notification/** = file:/packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS
|