From 439c2bf3c8d26aa55bfda31c09d39d073699c165 Mon Sep 17 00:00:00 2001 From: liyufan Date: Fri, 9 Jun 2023 09:46:35 +0800 Subject: [PATCH] codecheck Signed-off-by: liyufan --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 6c4ad51..01aa89b 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -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") @@ -118,7 +118,7 @@ if (defined(ohos_lite)) { output_name = "mbedtls" subsystem_name = "common" innerapi_tags = [ "platformsdk_indirect" ] - part_name = "dsoftbus" + part_name = "mbedtls" sources = MBEDTLS_SOURCES install_images = [ "system", -- GitLab