summaryrefslogtreecommitdiff
path: root/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch')
-rw-r--r--third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch b/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch
new file mode 100644
index 0000000..afe75d4
--- /dev/null
+++ b/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch
@@ -0,0 +1,17 @@
+--- 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" ]
+ }
+ }