From e21eade62f605207ed8f4d59b45fb2fb72686b41 Mon Sep 17 00:00:00 2001 From: youbing54 Date: Fri, 6 Dec 2024 11:36:55 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/build/?= =?UTF-8?q?issues/IAZUYC=20describe:=20compile=5Fstandard=5Fwhitelist?= =?UTF-8?q?=E5=88=A0=E9=99=A4ace=5Fengine=5Flite=20Feature=20or=20Bugfix:?= =?UTF-8?q?=20Bugfix=20Binary=20Source:Yes=20Signed-off-by:=20youbing54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 6bbeaf57..35b9ec25 100644 --- a/bundle.json +++ b/bundle.json @@ -57,7 +57,11 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/jerryscript:libjerryscript" + } + ], "test": [] } } -- Gitee