!48914 穿戴so拆解新增开关

Merge pull request !48914 from 陈宇怀/master
This commit is contained in:
openharmony_ci 2024-11-21 06:38:44 +00:00 committed by Gitee
commit d94bd419f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 1 deletions

View File

@ -64,6 +64,9 @@ declare_args() {
# Enable aps framework support
ace_engine_feature_enable_aps = false
# Enable wearable product support
ace_engine_feature_wearable = false
}
enable_dump_drawcmd = false
@ -316,3 +319,7 @@ if (ace_engine_feature_enable_split_mode) {
if (ace_engine_feature_enable_nav_split_mode) {
ace_common_defines += [ "ENABLE_NAV_SPLIT_MODE" ]
}
if (ace_engine_feature_wearable) {
ace_common_defines += [ "ARKUI_WEARABLE" ]
}

View File

@ -28,7 +28,8 @@
"ace_engine_feature_enable_split_mode",
"ace_engine_feature_enable_nav_split_mode",
"ace_engine_feature_asbng_path",
"ace_engine_feature_sched_model"
"ace_engine_feature_sched_model",
"ace_engine_feature_wearable"
],
"adapted_system_type": [
"standard"