From 03039b657c4a6446f18b9c397f29cf31dababa31 Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Thu, 14 Dec 2023 08:10:39 +0000 Subject: [PATCH] update bundle.json. Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 2aea2ed..86657fa 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/elfio", "description": "ELFIO is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format.", - "version": "Release_3.9", + "version": "3.1", "license": "The MIT License", "publishAs": "code-segment", "segment": { @@ -15,7 +15,7 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": ["standard"], "rom": "", "ram": "", "deps": { -- Gitee