diff options
| author | 2021-11-29 14:32:13 +0000 | |
|---|---|---|
| committer | 2021-11-29 14:32:13 +0000 | |
| commit | fcab8baf6013e6da2c0fd7f49be1c9196bb6d577 (patch) | |
| tree | 83581a453eec0cc9501aa420fefa30a68f121b9f | |
| parent | f33e7ff081e59b12d8324c6621e9fa872ce526e0 (diff) | |
| parent | 2447152914b61ffa72e9795b4e110123dabb93c2 (diff) | |
Merge "Update vibrator file owners"
| -rw-r--r-- | core/java/android/os/OWNERS | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/core/java/android/os/OWNERS b/core/java/android/os/OWNERS index 92861fba40a3..1e424d1194ae 100644 --- a/core/java/android/os/OWNERS +++ b/core/java/android/os/OWNERS @@ -1,18 +1,6 @@ # Haptics -per-file CombinedVibrationEffect.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file CombinedVibrationEffect.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file ExternalVibration.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file ExternalVibration.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file IExternalVibrationController.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file IExternalVibratorService.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file IVibratorManagerService.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file NullVibrator.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file SystemVibrator.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file SystemVibratorManager.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file VibrationEffect.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file VibrationEffect.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file Vibrator.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file VibratorManager.java = file:/services/core/java/com/android/server/vibrator/OWNERS +per-file *Vibration* = file:/services/core/java/com/android/server/vibrator/OWNERS +per-file *Vibrator* = file:/services/core/java/com/android/server/vibrator/OWNERS # PowerManager per-file IPowerManager.aidl = michaelwr@google.com, santoscordon@google.com |