mirror of
https://github.com/openharmony/third_party_libjpeg.git
synced 2026-07-21 06:55:25 -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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user