mirror of
https://github.com/openharmony/startup_syspara_lite.git
synced 2026-07-19 17:43:32 -04:00
@@ -54,7 +54,6 @@ if (ohos_kernel_type == "liteos_m") {
|
||||
}
|
||||
} else {
|
||||
shared_library("sysparam") {
|
||||
cflags = [ "-Wall" ]
|
||||
public_deps = [
|
||||
"//base/startup/init_lite/interfaces/innerkits:libbegetutil",
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
|
||||
@@ -17,7 +17,6 @@ import("//build/lite/ndk/ndk.gni")
|
||||
|
||||
if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
|
||||
shared_library("token_shared") {
|
||||
cflags = [ "-Wall" ]
|
||||
include_dirs = [
|
||||
"//base/startup/syspara_lite/interfaces/kits",
|
||||
"//utils/native/lite/include",
|
||||
|
||||
@@ -21,7 +21,6 @@ config("sysparam_simulator_public_config") {
|
||||
}
|
||||
|
||||
config("sysparam_simulator_config") {
|
||||
cflags = [ "-Wall" ]
|
||||
cflags += [
|
||||
"-Wno-error",
|
||||
"-D_INC_STDIO_S",
|
||||
|
||||
Reference in New Issue
Block a user