diff options
| author | 2021-11-29 15:06:43 +0000 | |
|---|---|---|
| committer | 2021-11-29 15:06:43 +0000 | |
| commit | ed1a20f15d10c332380b0dc87fdc60e6c600f85e (patch) | |
| tree | b92c037c4c2a3cbaab6dcad52948affbebdeda27 | |
| parent | 9b9b3b99249ee35ff1174289cabde737bbf1c02a (diff) | |
| parent | 4c1e2a20ca5c89335179c44f3e493a2a5c23ce70 (diff) | |
Merge "Update vibrator file owners" am: fcab8baf60 am: 4c1e2a20ca
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1905230
Change-Id: I2851f8279bf1a4c9a8b80f06127d03d2c9bcc1fa
| -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 |