mirror of
https://github.com/openharmony/utils_native.git
synced 2026-07-19 22:23:53 -04:00
添加编译单元指定部件和子系统名称
re #I4VWUA Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I1c993d818678954e5240a174357b59ee4a2849b8
This commit is contained in:
@@ -111,6 +111,9 @@ ohos_static_library("utilsbase") {
|
||||
public_configs = [ ":static_utils_config" ]
|
||||
defines = [ "CONFIG_HILOG" ]
|
||||
external_deps = [ "hilog_native:libhilog_base" ]
|
||||
|
||||
subsystem_name = "utils"
|
||||
part_name = "utils_base"
|
||||
}
|
||||
|
||||
ohos_shared_library("utils") {
|
||||
@@ -138,6 +141,8 @@ ohos_static_library("utilsecurec") {
|
||||
":private_securec_config",
|
||||
]
|
||||
public_configs = [ ":static_utils_config" ]
|
||||
subsystem_name = "utils"
|
||||
part_name = "utils_base"
|
||||
}
|
||||
|
||||
ohos_static_library("utilsecurec_ace_allplatforms") {
|
||||
@@ -157,6 +162,8 @@ ohos_static_library("utilsecurec_ace_allplatforms") {
|
||||
":private_securec_config",
|
||||
]
|
||||
public_configs = [ ":static_utils_config" ]
|
||||
subsystem_name = "utils"
|
||||
part_name = "utils_base"
|
||||
}
|
||||
|
||||
ohos_shared_library("utilsecurec_shared") {
|
||||
|
||||
Reference in New Issue
Block a user