代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony/arkui_ace_engine 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos.gni")
import("//foundation/ace/ace_engine/ace_config.gni")
config("accessibility_library_config") {
include_dirs = [ "../accessibility/common/" ]
}
group("ace_packages") {
deps = []
# core library for Ability Cross-platform Environment(ACE) JS
deps += [
"$ace_root/adapter/ohos/interfaces/napi/kits:napi_group",
"$ace_root/frameworks/core/components/theme:build_theme_code",
"adapter/common/cpp:libace",
]
if (is_wearable_product) {
deps += [ "adapter/common/cpp:libace_debug" ]
}
if (!is_wearable_product) {
deps += [
"adapter/common/cpp:libace_engine_ark",
"adapter/common/cpp:libace_engine_declarative_ark",
"adapter/common/cpp:libace_engine_declarative_qjs",
"adapter/common/cpp:libace_engine_pa_qjs",
"adapter/common/cpp:libace_engine_qjs",
"adapter/common/cpp:libace_engine_qjs_debug",
]
}
}
group("ace_test_packages") {
# ohos platform
deps = []
}
source_set("third_party_cjson") {
sources = [ "$cjson_root/cJSON.c" ]
}
# Common config for Ability Cross-platform Environment(ACE) source
config("ace_config") {
visibility = [ ":*" ]
include_dirs = [
"$ace_root",
"$ace_root/frameworks",
"$root_out_dir/ace/framework",
"//third_party/zlib",
]
if (is_standard_system) {
include_dirs += [
"//base/global/resmgr_standard/interfaces/innerkits/include",
"//third_party/icu/icu4c/source/common",
]
}
defines = ace_common_defines
if (is_wearable_product) {
defines += ace_wearable_defines
}
if (enable_dump_drawcmd) {
defines += [ "DUMP_DRAW_CMD" ]
}
if (is_standard_system) {
defines += [ "SK_BUILD_FOR_UNIX" ]
}
cflags = [
"-fvisibility=hidden",
"-fdata-sections",
"-ffunction-sections",
"-Os",
]
cflags_cc = [
"-fvisibility-inlines-hidden",
"-Os",
]
if (use_js_debug) {
cflags_cc += [
"-fexceptions",
"-fno-complete-member-pointers",
"-Wno-implicit-fallthrough",
]
}
if (use_mingw_win) {
cflags += [ "-std=c++17" ]
defines += [ "_USE_MATH_DEFINES" ]
}
if (enable_worker) {
defines += [ "ENABLE_WORKER" ]
}
if (enable_ace_debug) {
defines += [ "ACE_DEBUG" ]
}
}
config("ace_test_config") {
visibility = [ ":*" ]
include_dirs = [
"$ace_root",
"$ace_root/frameworks",
"$root_out_dir/ace/framework",
"//base/global/resmgr_standard/interfaces/innerkits/include",
"//third_party/icu/icu4c/source/common",
"//third_party/flutter/engine",
]
defines = ace_common_defines
defines += ace_ohos_defines
if (is_wearable_product) {
defines += ace_wearable_defines
}
cflags = [
"-fvisibility=hidden",
"-fdata-sections",
"-ffunction-sections",
]
cflags_cc = [ "-fvisibility-inlines-hidden" ]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。