diff --git a/SECURITY_STATE_OWNERS b/SECURITY_STATE_OWNERS new file mode 100644 index 000000000000..30ddfe2bebe8 --- /dev/null +++ b/SECURITY_STATE_OWNERS @@ -0,0 +1,5 @@ +alxu@google.com +musashi@google.com +maunik@google.com +davidkwak@google.com +willcoster@google.com \ No newline at end of file diff --git a/core/java/android/os/OWNERS b/core/java/android/os/OWNERS index 463be37b1253..7f60a2097153 100644 --- a/core/java/android/os/OWNERS +++ b/core/java/android/os/OWNERS @@ -88,3 +88,6 @@ per-file PerformanceHintManager.java = file:/ADPF_OWNERS per-file IThermal* = file:/THERMAL_OWNERS per-file CoolingDevice.java = file:/THERMAL_OWNERS per-file Temperature.java = file:/THERMAL_OWNERS + +# SecurityStateManager +per-file *SecurityStateManager* = file:/SECURITY_STATE_OWNERS \ No newline at end of file diff --git a/services/core/java/com/android/server/OWNERS b/services/core/java/com/android/server/OWNERS index 3aa275c8d9b8..a2d7a81b3289 100644 --- a/services/core/java/com/android/server/OWNERS +++ b/services/core/java/com/android/server/OWNERS @@ -27,6 +27,7 @@ per-file **IpSec* = file:/services/core/java/com/android/server/net/OWNERS per-file **IpSec* = file:/services/core/java/com/android/server/vcn/OWNERS per-file *Location* = file:/services/core/java/com/android/server/location/OWNERS per-file *Network* = file:/services/core/java/com/android/server/net/OWNERS +per-file *SecurityStateManager* = file:/SECURITY_STATE_OWNERS per-file *SoundTrigger* = file:/media/java/android/media/soundtrigger/OWNERS per-file *Storage* = file:/core/java/android/os/storage/OWNERS per-file *TimeUpdate* = file:/services/core/java/com/android/server/timezonedetector/OWNERS diff --git a/services/tests/servicestests/src/com/android/server/OWNERS b/services/tests/servicestests/src/com/android/server/OWNERS index 177d72b05549..ff949b3dd6fd 100644 --- a/services/tests/servicestests/src/com/android/server/OWNERS +++ b/services/tests/servicestests/src/com/android/server/OWNERS @@ -4,5 +4,6 @@ per-file *BinaryTransparency* = file:/core/java/android/transparency/OWNERS per-file *Bluetooth* = file:platform/packages/modules/Bluetooth:master:/framework/java/android/bluetooth/OWNERS per-file *Gnss* = file:/services/core/java/com/android/server/location/OWNERS per-file *Network* = file:/services/core/java/com/android/server/net/OWNERS -per-file BatteryServiceTest.java = file:platform/hardware/interfaces:/health/aidl/OWNERS +# per-file BatteryServiceTest.java = file:platform/hardware/interfaces:/health/aidl/OWNERS per-file GestureLauncherServiceTest.java = file:platform/packages/apps/EmergencyInfo:/OWNERS +per-file SecurityStateTest.java = file:/SECURITY_STATE_OWNERS \ No newline at end of file