mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-01 04:21:56 -04:00
zlib迁移到external_deps
Signed-off-by: sunjie <sunjie69@huawei.com> Change-Id: Idcb8ae3b4af0c909c63b5960253bd20eca536c50
This commit is contained in:
@@ -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
@@ -18,12 +18,13 @@
|
||||
"rom": "0KB",
|
||||
"ram": "0KB",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"components": [
|
||||
"zlib"
|
||||
],
|
||||
"third_party": [
|
||||
"bounds_checking_function",
|
||||
"cJSON",
|
||||
"libpng",
|
||||
"zlib"
|
||||
"libpng"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
|
||||
Reference in New Issue
Block a user