add compile options

Signed-off-by: ZhuGangQiang <zhugangqiang3@huawei.com>
This commit is contained in:
ZhuGangQiang 2024-08-22 21:14:50 +08:00
parent 54b4100033
commit ee49b59b6e
2 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,8 @@ ohos_executable("bootanimation") {
part_name = "graphic_2d"
subsystem_name = "graphic"
branch_protector_ret = "pac_ret"
}
## Build bootanimation }}}

View File

@ -39,5 +39,7 @@ ohos_shared_library("libbootanimation_utils") {
]
part_name = "graphic_2d"
subsystem_name = "graphic"
branch_protector_ret = "pac_ret"
}
## Build libbootanimation_utils.so }}}