sm7325-common: location: update to LA.UM.9.12.r1-13500.01-SMxx50.QSSI12.0
This commit is contained in:
parent
95b667c5b9
commit
53b83fdea2
9 changed files with 28 additions and 12 deletions
|
|
@ -16,6 +16,18 @@ GNSS_CFLAGS = [
|
|||
"-Wno-error=date-time",
|
||||
]
|
||||
|
||||
/* Activate the following for regression testing */
|
||||
GNSS_SANITIZE = {
|
||||
/* address: true,*/
|
||||
cfi: true,
|
||||
misc_undefined: [
|
||||
"bounds",
|
||||
"null",
|
||||
"unreachable",
|
||||
"integer",
|
||||
],
|
||||
}
|
||||
|
||||
/* Activate the following for debug purposes only,
|
||||
comment out for production */
|
||||
GNSS_SANITIZE_DIAG = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue