mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 07:10:19 +00:00
移动blocklist位置
Signed-off-by: srr101 <songruirui1@huawei.com>
This commit is contained in:
parent
04c8ba5de5
commit
a94a51a12e
@ -22,7 +22,7 @@ ohos_unittest("data_ability_observer_proxy_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("data_ability_observer_stub_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_client_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_inner_ext_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_inner_pref_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_inner_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_proxy_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_service_dump_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_service_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
@ -22,7 +22,7 @@ ohos_unittest("dataobs_mgr_stub_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
}
|
||||
module_out_path = module_output_path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user