Signed-off-by: xuzheheng <xuzheheng1@huawei.com>
This commit is contained in:
xuzheheng 2022-08-31 16:12:19 +08:00
parent 58d3cfed8a
commit 777482fc81
2 changed files with 1 additions and 2 deletions

View File

@ -312,7 +312,6 @@ ohos_shared_library("data_ability_helper") {
"relational_store:native_dataability",
"relational_store:native_rdb",
"relational_store:rdb_data_ability_adapter",
"utils_base:utils",
]
subsystem_name = "ability"

View File

@ -40,10 +40,10 @@ ohos_unittest("connection_observer_test") {
external_deps = [
"ability_runtime:connection_obs_manager",
"bundle_framework:appexecfwk_base",
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr:samgr_proxy",
"utils_base:utils",
]
}