From b84d875c01e7488fae709d63fdd6b9e63d4ba1b9 Mon Sep 17 00:00:00 2001 From: Tianshi Liu Date: Tue, 10 May 2022 19:24:24 +0800 Subject: [PATCH] fix: face auth proxy not add to image issue Signed-off-by: Tianshi Liu Change-Id: Ic2757a1fe0e5017e50cfcff232217e138895e6d6 --- face_auth/bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/face_auth/bundle.json b/face_auth/bundle.json index eb1c50ce..c22ce693 100644 --- a/face_auth/bundle.json +++ b/face_auth/bundle.json @@ -33,10 +33,10 @@ "header": { "header_files": [ ], - "header_base": "//drivers/interfaces/face_auth" + "header_base": "//drivers/interface/face_auth/v1_0" } } ] } } - } \ No newline at end of file + } -- Gitee