mirror of
https://github.com/openharmony/security_device_auth.git
synced 2026-08-25 09:19:33 -04:00
@@ -43,7 +43,7 @@ if (defined(ohos_lite)) {
|
||||
]
|
||||
|
||||
cflags = [ "-DHILOG_ENABLE" ]
|
||||
cflags += [ "-DAUTH_STORAGE_PATH = \"${deviceauth_storage_path}\"" ]
|
||||
cflags += [ "-DAUTH_STORAGE_PATH=\"${deviceauth_storage_path}\"" ]
|
||||
if (board_toolchain_type == "iccarm") {
|
||||
cflags += [
|
||||
"--diag_suppress",
|
||||
|
||||
+6
-5
@@ -40,16 +40,17 @@ if (os_level == "mini" || os_level == "small") {
|
||||
|
||||
defines = [ "HILOG_ENABLE" ]
|
||||
defines += deviceauth_defines
|
||||
cflags = build_flags
|
||||
cflags += [
|
||||
"-DHICHAIN_THREAD_STACK_SIZE = ${deviceauth_hichain_thread_stack_size}",
|
||||
]
|
||||
if (board_toolchain_type == "iccarm") {
|
||||
cflags += [
|
||||
cflags = [
|
||||
"--diag_suppress",
|
||||
"Pe546,Pe223,Pe111,Pe188",
|
||||
]
|
||||
} else {
|
||||
cflags = build_flags
|
||||
}
|
||||
cflags += [
|
||||
"-DHICHAIN_THREAD_STACK_SIZE=${deviceauth_hichain_thread_stack_size}",
|
||||
]
|
||||
if (ohos_kernel_type == "linux" || ohos_kernel_type == "liteos_a") {
|
||||
include_dirs +=
|
||||
[ "//base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog" ]
|
||||
|
||||
Reference in New Issue
Block a user