mirror of
https://github.com/openharmony/startup_syspara_lite.git
synced 2026-07-19 09:35:20 -04:00
bug修复
Signed-off-by: i-wangliangliang <willfox@126.com> Change-Id: Ib71ee193d3bbcafa5681aa621bb9686c00e4f894
This commit is contained in:
@@ -14,8 +14,8 @@ import("//base/startup/init/begetd.gni")
|
||||
import("../config.gni")
|
||||
|
||||
if (ohos_kernel_type == "liteos_m" || ohos_kernel_type == "uniproton") {
|
||||
static_library("sysparam") {
|
||||
if (enable_ohos_startup_init_feature_begetctl_liteos == false) {
|
||||
if (enable_ohos_startup_init_feature_begetctl_liteos == false) {
|
||||
static_library("sysparam") {
|
||||
include_dirs = [
|
||||
"//base/startup/syspara_lite/interfaces/kits",
|
||||
"//commonlibrary/utils_lite/include",
|
||||
@@ -48,7 +48,9 @@ if (ohos_kernel_type == "liteos_m" || ohos_kernel_type == "uniproton") {
|
||||
"USE_MBEDTLS",
|
||||
"DATA_PATH=\"${config_ohos_startup_syspara_lite_data_path}\"",
|
||||
]
|
||||
} else {
|
||||
}
|
||||
} else {
|
||||
group("sysparam") {
|
||||
deps = [ "//base/startup/init/interfaces/innerkits:libbegetutil" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user