mirror of
https://github.com/openharmony/third_party_lz4.git
synced 2026-07-01 06:48:22 -04:00
@@ -31,3 +31,16 @@ ohos_static_library("liblz4_static") {
|
||||
]
|
||||
public_configs = [ ":lz4_config" ]
|
||||
}
|
||||
|
||||
ohos_shared_library("liblz4_shared") {
|
||||
sources = [
|
||||
"lib/lz4.c",
|
||||
"lib/lz4hc.c",
|
||||
]
|
||||
public_configs = [ ":lz4_config" ]
|
||||
install_enable = true
|
||||
part_name = "lz4"
|
||||
innerapi_tags = [ "platformsdk" ]
|
||||
subsystem_name = "thirdparty"
|
||||
install_images = [ "system" ]
|
||||
}
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
"inner_kits": [
|
||||
{
|
||||
"name": "//third_party/lz4:liblz4_static"
|
||||
},
|
||||
{
|
||||
"name": "//third_party/lz4:liblz4_shared"
|
||||
}
|
||||
],
|
||||
"test": []
|
||||
|
||||
Reference in New Issue
Block a user