!25 add liblz4_shared

Merge pull request !25 from fanghuameng/master
This commit is contained in:
openharmony_ci
2024-06-14 09:31:29 +00:00
committed by Gitee
2 changed files with 16 additions and 0 deletions
+13
View File
@@ -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" ]
}
+3
View File
@@ -26,6 +26,9 @@
"inner_kits": [
{
"name": "//third_party/lz4:liblz4_static"
},
{
"name": "//third_party/lz4:liblz4_shared"
}
],
"test": []