zlib组件的依赖方式整改:外部依赖由deps改为external_deps

Signed-off-by: langerange <zhengwei97@huawei.com>
This commit is contained in:
langerange 2024-10-30 16:25:46 +08:00
parent a6a784faa9
commit aeffe8be72
2 changed files with 3 additions and 3 deletions

View File

@ -270,8 +270,8 @@ ohos_shared_library("cups") {
":cups_action",
"//third_party/openssl:libcrypto_shared",
"//third_party/openssl:libssl_shared",
"//third_party/zlib:libz",
]
external_deps = [ "zlib:libz" ]
public_configs = [ ":cups_config" ]
subsystem_name = "$SUBSYSTEM_NAME"
part_name = "$PART_NAME"

View File

@ -25,10 +25,10 @@
"c_utils",
"drivers_interface_usb",
"hilog",
"usb_manager"
"usb_manager",
"zlib"
],
"third_party": [
"zlib",
"openssl",
"libusb"
]