提交 e470821d 编写于 作者: S suwenxiang

Description: Mini platform GN + iccarm compile and build

IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I5IS4P
Feature or Bugfix: Feature
Binary Source: No
Signed-off-by: Nsuwenxiang <suwenxiang@huawei.com>
上级 17434ca3
......@@ -15,6 +15,13 @@ if (defined(ohos_lite)) {
}
config("harfbuzz_config") {
include_dirs = [ "//third_party/harfbuzz/src" ]
if (board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pa068,Pa093,Pe111,Pa181,Pe128,Pe161,Pe177,Pe185,Pe186,Pe550,Pe554",
]
cflags_cc = cflags
}
}
harfbuzz_source = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册