mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
!8294 Features modify
Merge pull request !8294 from yangxiaoshuai2022/features_modify
This commit is contained in:
commit
bc9adad139
2
BUILD.gn
2
BUILD.gn
@ -1349,7 +1349,7 @@ ohos_shared_library("libark_jsruntime_test") {
|
||||
|
||||
ohos_prebuilt_etc("app_aot_jit_enable_list") {
|
||||
relative_install_dir = "ark"
|
||||
if (js_runtime_feature_enable_list) {
|
||||
if (ets_runtime_feature_enable_list) {
|
||||
source = "$js_root/ecmascript/ohos/app_aot_jit_enable_list.conf"
|
||||
} else {
|
||||
source = "$js_root/ecmascript/ohos/app_aot_jit_enable_list_default.conf"
|
||||
|
@ -16,7 +16,8 @@
|
||||
"syscap": [],
|
||||
"features": [
|
||||
"ets_runtime_feature_enable_pgo",
|
||||
"ets_runtime_feature_pgo_path"
|
||||
"ets_runtime_feature_pgo_path",
|
||||
"ets_runtime_feature_enable_list"
|
||||
],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
|
@ -41,7 +41,7 @@ declare_args() {
|
||||
|
||||
# If true app_aot_jit_enable_list will be placed in /etc/ark
|
||||
# Default false.
|
||||
js_runtime_feature_enable_list = false
|
||||
ets_runtime_feature_enable_list = false
|
||||
}
|
||||
|
||||
if (target_cpu == "arm64") {
|
||||
|
Loading…
Reference in New Issue
Block a user