From 7a6f23195f40017959c03b3d0d97ec8912f81f76 Mon Sep 17 00:00:00 2001 From: y30053096 Date: Wed, 6 Mar 2024 15:56:21 +0800 Subject: [PATCH] fixed 7572424 from https://gitee.com/yang_jinhuan/interface_sdk_c/pulls/369 update ndk interface Signed-off-by: y30053096 Change-Id: Ibcd752a31fc33d44e9c6a21f642c28552e929ab2 --- security/huks/libhuks.ndk.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/huks/libhuks.ndk.json b/security/huks/libhuks.ndk.json index a07592c0b..dac8b7470 100644 --- a/security/huks/libhuks.ndk.json +++ b/security/huks/libhuks.ndk.json @@ -26,6 +26,9 @@ { "name": "OH_Huks_AttestKeyItem" }, + { + "name": "OH_Huks_AnonAttestKeyItem" + }, { "name": "OH_Huks_InitSession" }, -- Gitee