third_party_nghttp2 Compile into library transformation

Signed-off-by: quguiren <quguiren@huawei.com>
This commit is contained in:
quguiren 2023-10-19 19:15:21 +08:00
parent ddf3ca3c60
commit 9ec53dc914

View File

@ -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"