dsoftbus/0004-Adaptation-for-dsoftbus-v3.1.2.patch
2022-11-30 17:59:29 +08:00

18 lines
453 B
Diff

--- a/BUILD.gn
+++ b/BUILD.gn
@@ -117,12 +117,13 @@ if (defined(ohos_lite)) {
ohos_shared_library("mbedtls_shared") {
public_configs = [ ":mbedtls_config" ]
output_name = "mbedtls"
- subsystem_name = "common"
+ subsystem_name = "communication"
part_name = "dsoftbus_standard"
sources = MBEDTLS_SOURCES
}
group("mbedtls") {
+ public_configs = [ ":mbedtls_config" ]
public_deps = [ ":mbedtls_shared" ]
}
}