device_xiaomi_sm6150-common/gps/Android.bp

21 lines
354 B
Plaintext
Raw Normal View History

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",
],
},
*/
}