summaryrefslogtreecommitdiff
path: root/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch
blob: afe75d4bd22d88609d7e9360633b1f8b4e27d6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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" ]
   }
 }