From 42dded5c46e9d43ae8fadf3931ddb7fa5ca86551 Mon Sep 17 00:00:00 2001 From: wangshi Date: Tue, 21 Jan 2025 15:07:54 +0800 Subject: [PATCH] unify thirdparty library in skia Signed-off-by: wangshi --- bundle.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 87e50620..8c48fd3b 100644 --- a/bundle.json +++ b/bundle.json @@ -30,7 +30,17 @@ "sub_component": [ "//third_party/harfbuzz:harfbuzz_static" ], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/harfbuzz:harfbuzz_static", + "header": { + "header_files": [ + "hb.h" + ], + "header_base": "//third_party/harfbuzz/harfbuzz-2.8.2/src" + } + } + ], "test": [] } } -- Gitee