Fix build warnings

Issue: I78P2B
Test: build target
Signed-off-by: songqi <songqi32@huawei.com>
Change-Id: Ifabbe1f6bda24ccf71d4875f53b4c733e1ef8fcc
This commit is contained in:
songqi 2023-05-26 17:38:12 +08:00
parent ce6e9082c6
commit 5bbe8c5e21
3 changed files with 9 additions and 1 deletions

View File

@ -22,7 +22,9 @@
"ram": "",
"deps": {
"components": [],
"third_party": []
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [

View File

@ -90,6 +90,9 @@ ohos_static_library("libarkbytecodeopt_frontend_static") {
"$ark_root/libpandafile:libarkfile_frontend_static",
sdk_libc_secshared_dep,
]
part_name = "runtime_core"
subsystem_name = "arkcompiler"
}
ark_isa_gen("isa_gen_arkbytecodeopt") {

View File

@ -195,6 +195,9 @@ ohos_static_library("libarkcompiler_frontend_static") {
]
include_dirs = [ "$ark_root/compiler/optimizer" ]
part_name = "runtime_core"
subsystem_name = "arkcompiler"
}
ark_isa_gen("isa_gen_libarkcompiler") {