mirror of
https://github.com/openharmony/third_party_giflib.git
synced 2026-07-21 08:05:26 -04:00
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: suwenxiang <suwenxiang@huawei.com>
This commit is contained in:
@@ -20,6 +20,12 @@ if (defined(ohos_lite)) { # is on lite Os for ipcamera
|
||||
lite_library("libgif") {
|
||||
if (ohos_kernel_type == "liteos_m") {
|
||||
target_type = "static_library"
|
||||
if (board_toolchain_type == "iccarm") {
|
||||
cflags = [
|
||||
"--diag_suppress",
|
||||
"Pa084",
|
||||
]
|
||||
}
|
||||
} else {
|
||||
target_type = "shared_library"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user