!1953 L0 rom 优化 udidcomm支持去除日志

Merge pull request !1953 from cheng_jinsong/master_cc_udidcommon_nolog
This commit is contained in:
openharmony_ci 2023-05-16 06:34:50 +00:00 committed by Gitee
commit d3a5bef30b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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",