diff options
| author | Steven Moreland <smoreland@google.com> | 2020-12-29 19:21:24 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-12-29 19:21:24 +0000 |
| commit | 8461e262923af8e7099a0da457c8a1ead15d91fd (patch) | |
| tree | 54fbc03e7a8dfc37d7ecd66f865fd9ab9f0438fa /core/java | |
| parent | 8b1745b2eb7d29063b0e2948215db242e62b0d12 (diff) | |
| parent | 55fe3d16a4cf85e66a0ac0e6b4f4ae670dd49ebf (diff) | |
Merge "OWNERS - for binders" am: 55fe3d16a4
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1532277
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I4744eefd92ed6ea133dd88014cc4f911c5e19b28
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/OWNERS | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/core/java/android/os/OWNERS b/core/java/android/os/OWNERS index 563ff621392e..8c77a2099975 100644 --- a/core/java/android/os/OWNERS +++ b/core/java/android/os/OWNERS @@ -22,6 +22,34 @@ per-file BatteryStats* = file:/BATTERY_STATS_OWNERS per-file BatteryUsageStats* = file:/BATTERY_STATS_OWNERS per-file PowerComponents.java = file:/BATTERY_STATS_OWNERS +# Binder +per-file BadParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file Binder.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file BinderProxy.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file DeadObjectException.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file IBinder.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file Parcel.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ParcelFileDescriptor.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ParcelFormatException.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file Parcelable.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ParcelableHolder.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ParcelableParcel.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file RemoteException.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ServiceManager.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ServiceManagerNative.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file ServiceSpecificException.java = file:platform/frameworks/native:/libs/binder/OWNERS +per-file TransactionTooLargeException.java = file:platform/frameworks/native:/libs/binder/OWNERS + +# HwBinder +per-file HwBinder.java = file:platform/system/libhwbinder:/OWNERS +per-file HwBlob.java = file:platform/system/libhwbinder:/OWNERS +per-file HwParcel.java = file:platform/system/libhwbinder:/OWNERS +per-file HwParcel.java = file:platform/system/libhwbinder:/OWNERS +per-file HwRemoteBinder.java = file:platform/system/libhwbinder:/OWNERS +per-file IHwBinder.java = file:platform/system/libhwbinder:/OWNERS +per-file IHwInterface.java = file:platform/system/libhwbinder:/OWNERS + per-file GraphicsEnvironment.java = chrisforbes@google.com, cnorthrop@google.com, lpy@google.com, timvp@google.com, zzyiwei@google.com per-file *Network* = file:/services/core/java/com/android/server/net/OWNERS |
