mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-23 07:30:33 +00:00
unreasonable reliance
unreasonable reliance Issue:#IAELL5 Signed-off-by: fangting <fangting12@huawei.com>
This commit is contained in:
parent
a6166763f1
commit
10062a8b32
@ -34,7 +34,6 @@
|
||||
"libuv",
|
||||
"cJSON",
|
||||
"openssl",
|
||||
"zlib",
|
||||
"ffrt"
|
||||
],
|
||||
"third_party": []
|
||||
|
@ -70,11 +70,6 @@ ohos_source_set("libark_ecma_debugger_set") {
|
||||
external_deps += [ "cJSON:cjson" ]
|
||||
}
|
||||
external_deps += [ "libuv:uv" ]
|
||||
if (!ark_standalone_build) {
|
||||
public_external_deps = [ "zlib:libz" ]
|
||||
} else {
|
||||
external_deps += [ "zlib:libz" ]
|
||||
}
|
||||
|
||||
if (is_ohos && is_standard_system && !is_arkui_x) {
|
||||
defines += [ "ENABLE_FFRT_INTERFACES" ]
|
||||
@ -104,11 +99,6 @@ ohos_shared_library("libark_ecma_debugger") {
|
||||
stack_protector_ret = false
|
||||
deps = [ ":libark_ecma_debugger_set" ]
|
||||
external_deps = [ "libuv:uv" ]
|
||||
if (!ark_standalone_build) {
|
||||
public_external_deps = [ "zlib:libz" ]
|
||||
} else {
|
||||
external_deps += [ "zlib:libz" ]
|
||||
}
|
||||
if (is_mac) {
|
||||
external_deps += [ "cJSON:cjson_static" ]
|
||||
}
|
||||
@ -150,11 +140,6 @@ ohos_shared_library("libark_ecma_debugger_test") {
|
||||
|
||||
deps = [ "$js_root:libark_jsruntime_test" ]
|
||||
external_deps = [ "libuv:uv" ]
|
||||
if (!ark_standalone_build) {
|
||||
public_external_deps = [ "zlib:libz" ]
|
||||
} else {
|
||||
external_deps += [ "zlib:libz" ]
|
||||
}
|
||||
if ((is_arkui_x && target_os == "ios") || target_os == "mac") {
|
||||
external_deps += [ "cJSON:cjson_static" ]
|
||||
} else {
|
||||
|
@ -55,7 +55,6 @@ ohos_source_set("libark_client_set") {
|
||||
"cJSON:cjson_static",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
"zlib:libz",
|
||||
]
|
||||
|
||||
configs = [ "../..:ark_toolchain_common_config" ]
|
||||
|
@ -33,7 +33,6 @@ ohos_executable("arkdb") {
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
"zlib:libz",
|
||||
]
|
||||
|
||||
# hiviewdfx libraries
|
||||
|
Loading…
Reference in New Issue
Block a user