From 6afa803997a5879abc2c39c37e01a7e00cfc55b4 Mon Sep 17 00:00:00 2001 From: Ramji Jiyani Date: Sun, 7 May 2023 16:11:24 -0700 Subject: [PATCH] ANDROID: GKI: Update owners for GKI modules lists Add ramjiyani@ as per-file owner for: android/abi_gki_protected_exports_* android/gki_aarch64_protected_modules android/gki_x86_64_protected_modules Update required due to addition of multi arch support caused renaming of these files with arch name in them. Bug: 151893768 Test: TH Change-Id: Ice5c054f90b3fc4f91bfe73f680082dc129c0310 Signed-off-by: Ramji Jiyani --- android/OWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/OWNERS b/android/OWNERS index 68e96df48f56..b6d4e3d7e0d7 100644 --- a/android/OWNERS +++ b/android/OWNERS @@ -9,5 +9,5 @@ per-file abi_gki_aarch64_goldfish = rkir@google.com # per-file for review purposes per-file gki_system_dlkm_modules = ramjiyani@google.com -per-file abi_gki_protected_exports = ramjiyani@google.com -per-file gki_protected_modules = ramjiyani@google.com +per-file abi_gki_protected_exports_* = ramjiyani@google.com +per-file gki_aarch64_protected_modules,gki_x86_64_protected_modules = ramjiyani@google.com