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

Commit 221cad23 authored by Tianjie's avatar Tianjie
Browse files

Add OTA team as the owner of recovery systems

The RecoverySystem mostly handles OTA update and interactions with
the recovery mode. Add the ota team as the owner.

Test: build
Change-Id: I81bae46d919ea70f04729d34b62d4a569541d914
parent 6083210d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,3 +28,7 @@ per-file *Network* = file:/services/core/java/com/android/server/net/OWNERS
per-file *Power* = file:/services/core/java/com/android/server/power/OWNERS
per-file *Telephony* = file:/telephony/OWNERS
per-file *Zygote* = file:/ZYGOTE_OWNERS

# RecoverySystem
per-file IRecoverySystem.aidl = rvrolyk@google.com, zhaojiac@google.com
per-file RecoverySystem.java = rvrolyk@google.com, zhaojiac@google.com
+2 −0
Original line number Diff line number Diff line
rvrolyk@google.com
zhaojiac@google.com