From 365c1927d8590c0c8473216993f9cb4af051f566 Mon Sep 17 00:00:00 2001 From: maosiping Date: Mon, 25 Mar 2024 23:26:23 +0800 Subject: [PATCH] fixed ec036db from https://gitee.com/maosiping/third_party_elfio_3/pulls/17 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