From c62892d8df1f04d199d222adc55d4ca3995ae074 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 13 May 2024 07:54:42 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundle.json=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=8A=A0=E5=85=A5glib=E9=9C=80=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E5=90=84=E4=B8=AAinnerAPI=E6=8E=A5=E5=8F=A3=20=E5=8A=A0?= =?UTF-8?q?=E5=85=A5BUILD.gn=E6=96=87=E4=BB=B6=E5=AE=9A=E4=B9=89=E7=9A=84?= =?UTF-8?q?=E5=90=84=E4=B8=AAinnerAPI=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=A6=82g?= =?UTF-8?q?libpcre=E3=80=81glib=E3=80=81gmodule=E3=80=81gobject=E3=80=81g?= =?UTF-8?q?=5Fmem=5Fdfx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 9ef4c7e..032e006 100644 --- a/bundle.json +++ b/bundle.json @@ -32,7 +32,23 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/glib:glibpcre" + }, + { + "name": "//third_party/glib:glib" + }, + { + "name": "//third_party/glib:gmodule" + }, + { + "name": "//third_party/glib:gobject" + }, + { + "name": "//third_party/glib:g_mem_dfx" + } + ], "test": [] } } -- Gitee