mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-30 05:31:10 +00:00
Support ArkCompiler on the 32-bit Android platform
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7BF2U Signed-off-by: Zhenyu Pan <panzhenyu1@huawei.com> Change-Id: I7ffaf0aaf14e29e3c926876bf0ebfd2b1fe23ff8
This commit is contained in:
parent
39db5bcf42
commit
8c383d40bb
4
BUILD.gn
4
BUILD.gn
@ -361,8 +361,10 @@ config("ark_jsruntime_common_config") {
|
||||
"PANDA_TARGET_ANDROID",
|
||||
"PANDA_TARGET_UNIX",
|
||||
"PANDA_USE_FUTEX",
|
||||
"EXCLUDE_C_INTERPRETER",
|
||||
]
|
||||
if (current_cpu == "arm64") {
|
||||
defines += [ "EXCLUDE_C_INTERPRETER" ]
|
||||
}
|
||||
if (!ark_standalone_build) {
|
||||
defines += [ "ENABLE_ANLOG" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user