From a9b92508c54ec70d4f50b4bf4d113c99f8579a55 Mon Sep 17 00:00:00 2001 From: maosiping Date: Mon, 25 Mar 2024 23:26:27 +0800 Subject: [PATCH] fix bundle.json Signed-off-by: maosiping --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 2565eac..21c7cb0 100644 --- a/bundle.json +++ b/bundle.json @@ -18,7 +18,10 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ + "mini", + "small" + ], "rom": "", "ram": "", "deps": { -- Gitee