mirror of
https://github.com/linux-msm/qrtr.git
synced 2025-12-24 05:56:29 +01:00
Android: Disable "treat warnings as errors".
This commit is contained in:
committed by
Bjorn Andersson
parent
33bf949e4f
commit
47e48a8d93
@@ -6,7 +6,7 @@ cc_library {
|
||||
"lib/qrtr.c",
|
||||
"lib/qmi.c",
|
||||
],
|
||||
cflags: ["-fPIC"],
|
||||
cflags: ["-fPIC", "-Wno-error"],
|
||||
export_include_dirs: ["lib"],
|
||||
local_include_dirs: ["src"],
|
||||
}
|
||||
@@ -23,6 +23,7 @@ cc_binary {
|
||||
"src/waiter.c",
|
||||
"src/util.c",
|
||||
],
|
||||
cflags: ["-Wno-error"],
|
||||
local_include_dirs: ["lib"],
|
||||
}
|
||||
|
||||
@@ -34,6 +35,7 @@ cc_binary {
|
||||
"src/addr.c",
|
||||
"src/cfg.c",
|
||||
],
|
||||
cflags: ["-Wno-error"],
|
||||
local_include_dirs: ["lib"],
|
||||
}
|
||||
|
||||
@@ -45,5 +47,6 @@ cc_binary {
|
||||
"src/lookup.c",
|
||||
"src/util.c",
|
||||
],
|
||||
cflags: ["-Wno-error"],
|
||||
local_include_dirs: ["lib"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user