From 503c8c9e2069d67cbb5576681f588947ad469864 Mon Sep 17 00:00:00 2001 From: huang-xl Date: Sun, 25 Jun 2023 14:50:42 +0800 Subject: [PATCH] bundle Signed-off-by: huang-xl Signed-off-by: huang-xl Change-Id: I38e2993690be748d29494d345d4ffb2de2ab6a8e --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 81dc3f2..b4214a7 100644 --- a/bundle.json +++ b/bundle.json @@ -10,11 +10,11 @@ "dirs": {}, "scripts": {}, "component": { - "name": "thirdparty_libffi", - "subsystem": "", + "name": "libffi", + "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ "standard" ], "rom": "", "ram": "", "deps": { -- Gitee