From 58ce30480ecf6b4db85e57f28d8f99cd32880657 Mon Sep 17 00:00:00 2001 From: donglin Date: Sat, 1 Jul 2023 10:05:33 +0000 Subject: [PATCH] move CODEOWNERS file Signed-off-by: donglin Change-Id: I29526f51cb718fffc84396f417bcbc10b9e28578 --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2b82e8af67..1c5a952377 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,5 +12,5 @@ # limitations under the License. # any change to xxx_ipc_interface_code.h needs to be reviewed by @leonchan5 -interfaces/inner_api/ability_manager/include/ability_manager_interface_code.h @leonchan5 -interfaces/inner_api/app_manager/include/appmgr/app_mgr_interface_code.h @leonchan5 \ No newline at end of file +interfaces/inner_api/ability_manager/include/ability_manager_ipc_interface_code.h @leonchan5 +interfaces/inner_api/app_manager/include/appmgr/app_mgr_ipc_interface_code.h @leonchan5 \ No newline at end of file