From f5d17d4475f76de5e296d636a7b1a64ae3966037 Mon Sep 17 00:00:00 2001 From: shegangbin Date: Wed, 6 Mar 2024 14:41:18 +0800 Subject: [PATCH] fix bundle.json Signed-off-by: shegangbin --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 1e713b76..b96873ab 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "vulkan-loader", - "subsystem": "thirdparty", + "subsystem": "graphic", "adapted_system_type": [ "standard" ], "rom": "10000KB", "ram": "10000KB", -- Gitee