diff --git a/BUILD.gn b/BUILD.gn index 6c4ad51122a68eb336e0bac1c67c8a881cc1b3f5..076c974b4f1ed4de1636331fc032b9c8cbd8313d 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Huawei Device Co., Ltd. +# Copyright (c) 2020-2023 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# +# import("//third_party/mbedtls/mbedtls.gni") @@ -116,9 +116,9 @@ 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 = "dsoftbus" + part_name = "mbedtls" sources = MBEDTLS_SOURCES install_images = [ "system",