提交 ced9ca2a 编写于 作者: 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>
上级 b9163bd4
......@@ -72,6 +72,13 @@ if (defined(ohos_lite)) {
lite_library("libjpeg") {
if (ohos_kernel_type == "liteos_m") {
target_type = "static_library"
if (board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pe188,Pa089",
]
cflags_cc = cflags
}
} else {
target_type = "shared_library"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册