!24 整改zlib的依赖方式

Merge pull request !24 from zhangcan42/master
This commit is contained in:
openharmony_ci
2024-10-17 02:47:08 +00:00
committed by Gitee
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -40,7 +40,9 @@ ohos_static_library("libelf_static") {
"//third_party/elfutils/libelf",
]
deps = [ "//third_party/zlib:libz" ]
deps = []
external_deps = [ "zlib:libz" ]
license_file = "COPYING-LGPLV3"
subsystem_name = "thirdparty"
+3 -1
View File
@@ -22,7 +22,9 @@
"rom": "",
"ram": "",
"deps": {
"components": [],
"components": [
"zlib"
],
"third_party": []
},
"build": {