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:
Zhenyu Pan 2023-06-06 19:13:53 +08:00
parent 39db5bcf42
commit 8c383d40bb

View File

@ -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" ]
}