!1041 添加编译单元指定部件名称

Merge pull request !1041 from chenyude/gn
This commit is contained in:
openharmony_ci 2022-03-14 04:03:17 +00:00 committed by Gitee
commit 6d77df6818
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,9 @@ ohos_source_set("abilitymgr_common") {
configs = [ ":common_config" ]
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
subsystem_name = "aafwk"
part_name = "ability_runtime"
}
config("perm_verification_config") {

View File

@ -65,6 +65,9 @@ ohos_source_set("tools_aa_source_set") {
"samgr_standard:samgr_proxy",
"utils_base:utils",
]
subsystem_name = "aafwk"
part_name = "ability_tools"
}
ohos_executable("aa") {

View File

@ -62,6 +62,9 @@ ohos_source_set("tools_fm_source_set") {
"samgr_standard:samgr_proxy",
"utils_base:utils",
]
subsystem_name = "aafwk"
part_name = "ability_tools"
}
ohos_executable("fm") {