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

Commit c3fe1335 authored by Bill Strathearn's avatar Bill Strathearn
Browse files

Update the ownership information for the apex/jobscheduler directory

Include a new notion of separate Alarm owners, Device Idle owners and job scheduler ownership information. These are managed with new files that are referenced by the main OWNERS file. This will permit more nuanced ownership of the different subsystems within the apex/jobscheduler directory.  

Change-Id: Ieeb40d03a84c4ef1cda5090da167ddf562505cb5
Flag: EXEMPT only changing OWNERS
Bug: 360381361
parent b5bd3c2c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
suprabh@google.com
tetianameronyk@google.com
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
suprabh@google.com
guanxin@google.com
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
suprabh@google.com
varunshah@google.com
guanxin@google.com
 No newline at end of file
+25 −8
Original line number Diff line number Diff line
ctate@android.com
ctate@google.com
dplotnikov@google.com
jji@google.com
omakoto@google.com
suprabh@google.com
varunshah@google.com
yamasani@google.com
# For Job Scheduler and App Standby changes, JOB_OWNERS
per-file JOB_OWNERS = file:/apex/jobscheduler/JOB_OWNERS
per-file framework/aconfig/job.aconfig = file:/apex/jobscheduler/JOB_OWNERS
per-file service/aconfig/job.aconfig = file:/apex/jobscheduler/JOB_OWNERS
per-file service/aconfig/app_idle.aconfig = file:/apex/jobscheduler/JOB_OWNERS
per-file *Job* = file:/apex/jobscheduler/JOB_OWNERS
per-file *Standby* = file:/apex/jobscheduler/JOB_OWNERS
per-file framework/java/android/app/job/* = file:/apex/jobscheduler/JOB_OWNERS
per-file framework/java/com/android/server/job/* = file:/apex/jobscheduler/JOB_OWNERS
per-file service/java/com/android/server/job/* = file:/apex/jobscheduler/JOB_OWNERS

# For Alarm Manager changes, ALARM_OWNERS
per-file ALARM_OWNERS = file:/apex/jobscheduler/ALARM_OWNERS
per-file service/aconfig/alarm.aconfig = file:/apex/jobscheduler/ALARM_OWNERS
per-file *Alarm* = file:/apex/jobscheduler/ALARM_OWNERS
per-file service/java/com/android/server/alarm/* = file:/apex/jobscheduler/ALARM_OWNERS

# For Device Idle changes, DEVICE_IDLE_OWNERS
per-file DEVICE_IDLE_OWNERS = file:/apex/jobscheduler/DEVICE_IDLE_OWNERS
per-file service/aconfig/device_idle.aconfig = file:/apex/jobscheduler/DEVICE_IDLE_OWNERS
per-file *Idle* = file:/apex/jobscheduler/DEVICE_IDLE_OWNERS
per-file service/java/com/android/server/deviceidle/* = file:/apex/jobscheduler/DEVICE_IDLE_OWNERS
per-file framework/java/com/android/server/deviceidle/* = file:/apex/jobscheduler/DEVICE_IDLE_OWNERS

suprabh@google.com #{LAST_RESORT_SUGGESTION}
 No newline at end of file
+0 −6
Original line number Diff line number Diff line
# Bug component: 330738

yamasani@google.com
omakoto@google.com
ctate@android.com
ctate@google.com