From 9367ecbeda58501da2a6c32fc068e80c6df82fbf 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 88e71b6832e..6c311ea945a 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