From 06471ce8d4bd652b52ac6eaace9e4d8b565f5a6c Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Mon, 18 Jul 2022 12:10:14 +0100 Subject: [PATCH] Add OWNERS for core_jni_helpers.* Bug: 168471625 Test: build/make/tools/checkowners.py frameworks/base/core/jni/OWNERS Change-Id: Ie337552d8b490e8100cf35b9b0c9780cb771966a --- core/jni/OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/core/jni/OWNERS b/core/jni/OWNERS index 361988c5cde80..5915808e2d0d4 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