mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
Fix atomic ability part name change
Signed-off-by: njupthan <hanhaibin@huawei.com>
This commit is contained in:
parent
33833ae982
commit
3c9d28e514
3
BUILD.gn
3
BUILD.gn
@ -70,8 +70,7 @@ ohos_static_library("appspawn_server") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hilog_native:libhilog",
|
||||
|
@ -65,8 +65,7 @@ ohos_source_set("appspawn_test_source") {
|
||||
deps = []
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
@ -39,8 +39,7 @@ ohos_unittest("AppSpawnServerOverrideTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hilog_native:libhilog",
|
||||
@ -81,8 +80,7 @@ ohos_unittest("AppSpawnServerMockTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:want",
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"hilog_native:libhilog",
|
||||
|
Loading…
Reference in New Issue
Block a user