sm8450-common: gps: Update to LA.VENDOR.1.0.r1-21900-WAIPIO.0

Change-Id: Ib431364a902ecd9b068e672978f5e24ecbf42160
Este commit está contenido en:
Arian
2024-02-27 23:45:03 +01:00
padre 36c55874bb
commit f518e7ef8f
Se han modificado 29 ficheros con 1500 adiciones y 168 borrados

Ver fichero

@@ -10,6 +10,29 @@ GNSS_CFLAGS = [
"-Wno-undefined-bool-conversion",
]
soong_config_module_type {
name: "qtilocation_cc_defaults",
module_type: "cc_defaults",
config_namespace: "qtilocation",
bool_variables: [
"feature_nhz",
],
properties: [
"cflags",
],
}
qtilocation_cc_defaults {
name: "qtilocation_common_defaults",
cflags: GNSS_CFLAGS,
soong_config_variables: {
feature_nhz: {
cflags: ["-DFEATURE_NHZ_ENABLED"],
},
},
}
/* Activate the following for debug purposes only,
comment out for production */
GNSS_SANITIZE_DIAG = {