From ec036db956e4b2245a188ff9ff2d2fc22a1919cb Mon Sep 17 00:00:00 2001 From: maosiping Date: Mon, 25 Mar 2024 23:26:23 +0800 Subject: [PATCH] fix bundle.json Signed-off-by: maosiping --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 2aea2ed..0262da7 100644 --- a/bundle.json +++ b/bundle.json @@ -15,7 +15,9 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ + "standard" + ], "rom": "", "ram": "", "deps": { -- Gitee