From aae9783464b886408943754f6a5c1d4fa633e04e Mon Sep 17 00:00:00 2001 From: hufeng Date: Mon, 12 Jun 2023 20:20:47 +0800 Subject: [PATCH] Add runtime_core to bundle.json's deps/component Signed-off-by: hufeng Change-Id: I108505adc9fb103313adbe48cf5695991ffbc441 --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 8a784710c4..b3cca0e8cc 100644 --- a/bundle.json +++ b/bundle.json @@ -17,7 +17,9 @@ "rom": "", "ram": "", "deps": { - "components": [], + "components": [ + "runtime_core" + ], "third_party": [ "bounds_checking_function", "icu", -- Gitee