mirror of
https://gitee.com/openharmony/third_party_cups
synced 2024-11-23 01:49:57 +00:00
zlib组件的依赖方式整改:外部依赖由deps改为external_deps
Signed-off-by: langerange <zhengwei97@huawei.com>
This commit is contained in:
parent
a6a784faa9
commit
aeffe8be72
2
BUILD.gn
2
BUILD.gn
@ -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"
|
||||
|
@ -25,10 +25,10 @@
|
||||
"c_utils",
|
||||
"drivers_interface_usb",
|
||||
"hilog",
|
||||
"usb_manager"
|
||||
"usb_manager",
|
||||
"zlib"
|
||||
],
|
||||
"third_party": [
|
||||
"zlib",
|
||||
"openssl",
|
||||
"libusb"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user