Age | Commit message (Collapse) | Author |
|
There are now global sanitizers that will
be applied to all modules, so we no longer
need to decalre local sanitizer options.
One of the local sanitizer options caused a
ubsan shift-out-of-bounds SIGABRT in several
location modules in code that does not appear
to have anything problematic with it.
CRs-fixed: 2898374
Change-Id: Icb7e3b2cf35be7c0a945eff16cea2b3a4f30e4a8
|
|
Change-Id: Ieff64d1fee18ff6817f1a63c5a38affb60dfef92
CRs-Fixed: 2721347
|
|
Change-Id: I46738deb8f8574c666cb2c7941cce2a38bec9c0b
CRs-fixed: 2692453
|
|
Temp Revert "Enable building of Gnss Hidl 2.1" to go
back to Gnss Hidl 2.0 until the compatibility matrix
change for Gnss Hidl 2.1 is ready on system side
Change-Id: I5d14bd5bd75567c63cc6a9830db38af3d9e4393e
CRs-fixed: 2680552
|
|
Change-Id: I39be3ddfc008071ee8262a144e73cebdd922966a
CRs-fixed: 2674545
|
|
Change-Id: Ib9da4d8321b505ff2d2867ba67d3fe08b689f2ba
CRs-Fixed: 2606892
|
|
Change-Id: I206b4a5a2b7e88a6a20522611e7b2684594ef6f4
CRs-Fixed: 2559087
|
|
Add check for TARGET_USES_QMAA_OVERRIDE_GPS and
TARGET_USES_QMAA flag to enable minimal QMAA
Gnss HAL;
Remove Dummy Hal as TARGET_USES_QMAA flag could
turn off gps hal
Change-Id: I7ee23f869bd452f7b40ae8b3c339c0ef60fcdc84
CRs-fixed: 2379305
|
|
Build dummy QMAA HAL to unblock framework
when BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
flag is not defined.
Change-Id: I62f71d7964e916619f0157e69a57cd83a62bba54
CRs-Fixed: 2378795
|
|
GNSS_CFLAGS included in pla module cannot be included by all the
modules. Define it in build/target_specific_features.mk to make it
included by the whole project.
Change-Id: Ib13c43a65ecd14a7a97050dd80b4dce6aa8ad339
CRs-fixed: 2168176
|
|
Implementation of LocationAPI into gps hal
to be a common API that is called into by platform
specific APIs.
Change-Id: Ie5a7bd217d4ae2175ad49e6aca2fb6ecd4702f3b
CRs-fixed: 1112712
|