From 91af06796c85eaaa67193d2fcabfc70ce4d96270 Mon Sep 17 00:00:00 2001 From: liyufan Date: Mon, 26 Jun 2023 11:36:58 +0800 Subject: [PATCH] fix subsystem Signed-off-by: liyufan --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 72e7c5e..076c974 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -116,7 +116,7 @@ if (defined(ohos_lite)) { ohos_shared_library("mbedtls_shared") { public_configs = [ ":mbedtls_config" ] output_name = "mbedtls" - subsystem_name = "common" + subsystem_name = "thirdparty" innerapi_tags = [ "platformsdk_indirect" ] part_name = "mbedtls" sources = MBEDTLS_SOURCES -- GitLab