mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
third_party_nghttp2 Compile into library transformation
Signed-off-by: quguiren <quguiren@huawei.com>
This commit is contained in:
parent
ddf3ca3c60
commit
9ec53dc914
14
lib/BUILD.gn
14
lib/BUILD.gn
@ -118,13 +118,15 @@ if (defined(ohos_lite)) {
|
||||
]
|
||||
}
|
||||
sources = nghttp2_lib_sources
|
||||
if (product_name != "ohos-sdk") {
|
||||
version_script = "libnghttp2_shared.map"
|
||||
if (target_os != "ios") {
|
||||
if (product_name != "ohos-sdk") {
|
||||
version_script = "libnghttp2_shared.map"
|
||||
}
|
||||
install_images = [
|
||||
"system",
|
||||
"updater",
|
||||
]
|
||||
}
|
||||
install_images = [
|
||||
"system",
|
||||
"updater",
|
||||
]
|
||||
subsystem_name = "thirdparty"
|
||||
innerapi_tags = [ "platformsdk" ]
|
||||
part_name = "nghttp2"
|
||||
|
Loading…
Reference in New Issue
Block a user