From 9d4b10e836814d246601350eba8bda7dd0f4c2aa Mon Sep 17 00:00:00 2001 From: libaoping Date: Thu, 2 Jun 2022 14:23:24 +0800 Subject: [PATCH] Fix:Modify softbus component name Feature or Bugfix:Feature Binary Source: No Signed-off-by: libaoping --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 2a57424..2d5a631 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 } -- GitLab