mirror of
https://gitee.com/openharmony/startup_init
synced 2025-02-25 15:14:14 +00:00
!1953 L0 rom 优化 udidcomm支持去除日志
Merge pull request !1953 from cheng_jinsong/master_cc_udidcommon_nolog
This commit is contained in:
commit
d3a5bef30b
@ -30,6 +30,9 @@ if (defined(ohos_lite)) {
|
||||
"_GNU_SOURCE",
|
||||
"OHOS_LITE",
|
||||
]
|
||||
if (config_ohos_startup_init_lite_no_log) {
|
||||
defines += [ "INIT_NO_LOG" ]
|
||||
}
|
||||
include_dirs = comm_include
|
||||
include_dirs += [
|
||||
"../../../interfaces/innerkits/init_module_engine/include",
|
||||
|
Loading…
x
Reference in New Issue
Block a user