!205 zlib迁移到external_deps

Merge pull request !205 from sunjie/dev
This commit is contained in:
openharmony_ci
2025-01-14 11:46:39 +00:00
committed by Gitee
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -65,9 +65,10 @@ ohos_executable("restool") {
"//third_party/bounds_checking_function:libsec_static",
"//third_party/cJSON:cjson_static",
"//third_party/libpng:libpng_static",
"//third_party/zlib:libz",
]
external_deps = [ "zlib:libz" ]
cflags = [ "-std=c++17" ]
if (is_mingw) {
ldflags = [
+4 -3
View File
@@ -18,12 +18,13 @@
"rom": "0KB",
"ram": "0KB",
"deps": {
"components": [],
"components": [
"zlib"
],
"third_party": [
"bounds_checking_function",
"cJSON",
"libpng",
"zlib"
"libpng"
]
},
"build": {