From 96bd6e973fd59c2114ddcbfe58dc5773f00cd1b2 Mon Sep 17 00:00:00 2001 From: zwtmichael Date: Mon, 30 Dec 2024 19:44:48 +0800 Subject: [PATCH] optimize build Signed-off-by: zwtmichael --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index ce2296e..1970820 100644 --- a/bundle.json +++ b/bundle.json @@ -29,7 +29,10 @@ ] }, "build": { - "sub_component": [], + "sub_component": [ + "//third_party/sqlite:sqlite", + "//third_party/sqlite:sqliteicu" + ], "inner_kits": [ { "name": "//third_party/sqlite:sqlite", -- Gitee