mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2025-04-11 23:16:54 +00:00
Fix build warnings
Issue: I78P2B Test: build target Signed-off-by: songqi <songqi32@huawei.com> Change-Id: Ifabbe1f6bda24ccf71d4875f53b4c733e1ef8fcc
This commit is contained in:
parent
ce6e9082c6
commit
5bbe8c5e21
@ -22,7 +22,9 @@
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
"third_party": [
|
||||
"bounds_checking_function"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
|
@ -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") {
|
||||
|
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user