From 75724249864cfc840733fcb9c2e41213ebb93e3c Mon Sep 17 00:00:00 2001 From: y30053096 Date: Wed, 6 Mar 2024 15:56:21 +0800 Subject: [PATCH] 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 a07592c0bea..dac8b7470d5 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