Add subsystem_name and part_name to BUILD.gn

Signed-off-by: Timur Valeev <valeev.timur@huawei.com>
This commit is contained in:
Timur Valeev
2022-07-13 09:59:38 +03:00
parent 07fca5cd74
commit a10f7a3d3f
+5
View File
@@ -46,6 +46,8 @@ ohos_shared_library("libmimalloc_share") {
]
install_enable = true
subsystem_name = "thirdparty"
part_name = "mimalloc"
}
ohos_static_library("libmimalloc_static") {
@@ -59,4 +61,7 @@ ohos_static_library("libmimalloc_static") {
"MI_TLS_PTHREAD",
"mimalloc_EXPORTS"
]
subsystem_name = "thirdparty"
part_name = "mimalloc"
}