Files
device_xiaomi_stone/gps/Android.bp
Michael Bestas 2caa5e8006 sm6375-common: gps: Remove all Wno-error flags
Almost all warnings/errors have been fixed.
Ignore undefined bool conversion error on purpose.

Change-Id: I00cb5f38711fa9f873da030fc6a0ebc6cde3ceeb
2023-07-05 02:59:09 +07:00

21 lines
354 B
Plaintext

GNSS_CFLAGS = [
"-Werror",
"-Wno-undefined-bool-conversion",
]
/* Activate the following for debug purposes only,
comment out for production */
GNSS_SANITIZE_DIAG = {
/*
diag: {
cfi: true,
misc_undefined: [
"bounds",
"null",
"unreachable",
"integer",
],
},
*/
}