From 6a9b695d6361134d01b941fb1983b28f6bced253 Mon Sep 17 00:00:00 2001 From: fanxiaoyu Date: Thu, 26 May 2022 13:25:37 +0000 Subject: [PATCH] Description:Modify softbus component name Feature or Bugfix:Feature Binary Source: No Signed-off-by: fanxiaoyu --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 2a5742496..2d5a631dc 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -118,7 +118,7 @@ if (defined(ohos_lite)) { public_configs = [ ":mbedtls_config" ] output_name = "mbedtls" subsystem_name = "common" - part_name = "dsoftbus_standard" + part_name = "dsoftbus" sources = MBEDTLS_SOURCES } -- Gitee