mirror of
https://github.com/openharmony/third_party_mimalloc.git
synced 2026-07-18 18:14:44 -04:00
Add subsystem_name and part_name to BUILD.gn
Signed-off-by: Timur Valeev <valeev.timur@huawei.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user