diff options
author | 2022-07-18 12:10:14 +0100 | |
---|---|---|
committer | 2022-07-18 12:13:15 +0100 | |
commit | 06471ce8d4bd652b52ac6eaace9e4d8b565f5a6c (patch) | |
tree | 2d79ed03f58b4b451aa63d4361afc302fe8f13d8 | |
parent | a82115dc12e59efa51bc93a6baae8438becf1cf6 (diff) |
Add OWNERS for core_jni_helpers.*
Bug: 168471625
Test: build/make/tools/checkowners.py frameworks/base/core/jni/OWNERS
Change-Id: Ie337552d8b490e8100cf35b9b0c9780cb771966a
-rw-r--r-- | core/jni/OWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/OWNERS b/core/jni/OWNERS index 361988c5cde8..5915808e2d0d 100644 --- a/core/jni/OWNERS +++ b/core/jni/OWNERS @@ -44,6 +44,7 @@ per-file android_os_HwRemoteBinder* = file:platform/system/libhwbinder:/OWNERS per-file EphemeralStorage* = file:platform/system/libhwbinder:/OWNERS per-file *Zygote* = file:/ZYGOTE_OWNERS +per-file core_jni_helpers.* = file:/ZYGOTE_OWNERS per-file fd_utils.* = file:/ZYGOTE_OWNERS per-file Android.bp = file:platform/build/soong:/OWNERS per-file android_animation_* = file:/core/java/android/animation/OWNERS |