mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 07:02:25 +00:00
解决自动化测试用例cfi问题
Signed-off-by: 王德海 <wangdehai2@huawei.com> Change-Id: I92bd79070c0e8d1da13816ebc039c5ca7cb68869
This commit is contained in:
parent
b03eb9550c
commit
2e3573c131
@ -33,12 +33,6 @@ config("rs_graphic_test_config") {
|
||||
ohos_source_set("rs_graphic_test_src") {
|
||||
defines = []
|
||||
defines += gpu_defines
|
||||
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
testonly = true
|
||||
|
||||
sources = [
|
||||
@ -92,12 +86,6 @@ ohos_source_set("rs_graphic_test_src") {
|
||||
}
|
||||
|
||||
ohos_shared_library("rs_graphic_test") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
testonly = true
|
||||
|
||||
public_deps = [
|
||||
@ -110,12 +98,6 @@ ohos_shared_library("rs_graphic_test") {
|
||||
}
|
||||
|
||||
ohos_static_library("rs_graphic_test_main") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
}
|
||||
testonly = true
|
||||
|
||||
sources = [ "src/rs_graphic_test_main.cpp" ]
|
||||
|
Loading…
Reference in New Issue
Block a user