diff options
author | Arthur Ishiguro <arthuri@google.com> | 2021-02-22 08:40:39 -0800 |
---|---|---|
committer | Arthur Ishiguro <arthuri@google.com> | 2021-02-22 08:40:39 -0800 |
commit | 6200e1d594bbbed1a74319cb683e3c39ec4b1fb8 (patch) | |
tree | e1a789919b300720c40dbf4a10d76ea5ddf4f1d5 /core/jni | |
parent | 6c0a02ad3078b983a6580ffa52319c1e60af8ad3 (diff) |
Add OWNERS for sensor manager JNI
Test: None
Change-Id: Ife60ce20bef6e2a32c57d073dc52635fa21455ba
Diffstat (limited to 'core/jni')
-rw-r--r-- | core/jni/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/jni/OWNERS b/core/jni/OWNERS index 35d1d7bd7946..19c6a625646e 100644 --- a/core/jni/OWNERS +++ b/core/jni/OWNERS @@ -42,6 +42,9 @@ per-file android_os_HwParcel* = file:platform/system/libhwbinder:/OWNERS per-file android_os_HwRemoteBinder* = file:platform/system/libhwbinder:/OWNERS per-file EphemeralStorage* = file:platform/system/libhwbinder:/OWNERS +# Sensor +per-file android_hardware_SensorManager* = arthuri@google.com, bduddie@google.com, stange@google.com + per-file *Zygote* = file:/ZYGOTE_OWNERS per-file Android.bp = file:platform/build/soong:/OWNERS per-file android_animation_* = file:/core/java/android/animation/OWNERS |