From f44ef1f9dedc98197820e80bd2e6d13a48fa7dd4 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 16 Dec 2023 00:49:34 +0000 Subject: Add SECURITY_STATE_OWNERS file for Security State files. Bug: 309649371 Test: N/A Change-Id: I4adff5cd92042208fa2d695423fdfa0072f916b2 --- SECURITY_STATE_OWNERS | 5 +++++ core/java/android/os/OWNERS | 3 +++ services/core/java/com/android/server/OWNERS | 1 + services/tests/servicestests/src/com/android/server/OWNERS | 3 ++- 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 SECURITY_STATE_OWNERS 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 -- cgit v1.2.3-59-g8ed1b