From d9fc2ec371c225c923f8030833a55bf29fe11c75 Mon Sep 17 00:00:00 2001 From: yang-junfeng0621 Date: Wed, 7 May 2025 22:06:42 +0800 Subject: [PATCH] =?UTF-8?q?0507=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yang-junfeng0621 --- security/huks/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/huks/BUILD.gn b/security/huks/BUILD.gn index 4a8d8ea12..c146c10ca 100644 --- a/security/huks/BUILD.gn +++ b/security/huks/BUILD.gn @@ -21,9 +21,9 @@ ohos_ndk_library("libhuks_ndk") { system_capability = "SystemCapability.Security.Huks" system_capability_headers = [ - "./include/native_huks_api.h", - "./include/native_huks_param.h", - "./include/native_huks_type.h", + "huks/native_huks_api.h", + "huks/native_huks_param.h", + "huks/native_huks_type.h", ] } -- Gitee