From 4178926b33c593a5a4022002e165d0cbe0bf30b1 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 29 May 2023 13:44:50 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!65=20:?= =?UTF-8?q?=20=E4=B8=89=E6=96=B9=E5=BA=93bundle.json=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E6=95=B4=E6=94=B9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 8 ++------ bundle.json | 10 +++------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 57e5998..e1303af 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -91,8 +91,7 @@ ohos_shared_library("sqlite") { deps = [ "//third_party/openssl:libcrypto_shared" ] public_configs = [ ":sqlite_config" ] configs = [ ":sqlite3_private_config" ] - part_name = "sqlite" - subsystem_name = "thirdparty" + part_name = "common" install_images = [ system_base_dir ] relative_install_dir = "platformsdk" if (is_cross_platform_build) { @@ -192,8 +191,6 @@ if (is_mingw || is_mac) { "-Wno-error=implicit-function-declaration", "-Wno-implicit-fallthrough", ] - part_name = "sqlite" - subsystem_name = "thirdparty" } } @@ -257,7 +254,6 @@ if (is_cross_platform_build) { ] public_configs = [ ":sqlite_config" ] configs = [ ":sqlite3_private_config" ] - part_name = "sqlite" - subsystem_name = "thirdparty" + part_name = "common" } } diff --git a/bundle.json b/bundle.json index ff3cdbf..0183533 100644 --- a/bundle.json +++ b/bundle.json @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "sqlite", + "name": "thirdparty_sqlite", "subsystem": "thirdparty", "syscap": [], "features": [], @@ -18,12 +18,8 @@ "rom": "", "ram": "", "deps": { - "components": [ - "c_utils" - ], - "third_party": [ - "openssl" - ] + "components": [], + "third_party": [] }, "build": { "sub_component": [], -- Gitee