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

Merge pull request !43 from langerange/master
This commit is contained in:
openharmony_ci 2024-10-31 04:18:28 +00:00 committed by Gitee
commit 530db287a5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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"
]