Description: Mini platform GN + iccarm compile and build
IssueNo: https://gitee.com/openharmony/arkui_ace_engine_lite/issues/I5JLZ7
Feature or Bugfix: Feature
Binary Source: No
Signed-off-by: suwenxiang <suwenxiang@huawei.com>
This commit is contained in:
suwenxiang
2022-07-29 16:02:26 +08:00
parent d5ab6078ce
commit 2880424ef4
+7
View File
@@ -21,6 +21,13 @@ if (defined(ohos_lite)) {
"cJSON_Utils.c",
]
if (board_chaintool_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pe513",
]
cflags_cc = cflags
}
static_library("cjson_static") {
sources = cjson_sources
public_configs = [ ":cjson_config" ]