summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2021-09-03Fixes ubsan shift-out-of-bounds SIGABRTDante Russo
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
2020-06-25remove alignment checks from UBSANKevin Tang
Change-Id: Ieff64d1fee18ff6817f1a63c5a38affb60dfef92 CRs-Fixed: 2721347
2020-05-21Enable building and sanitizer for Gnss Hidl 2.1Dante Russo
Change-Id: I46738deb8f8574c666cb2c7941cce2a38bec9c0b CRs-fixed: 2692453
2020-05-06Revert "Enable building of Gnss Hidl 2.1"Dante Russo
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
2020-04-29Enable building of Gnss Hidl 2.1Dante Russo
Change-Id: I39be3ddfc008071ee8262a144e73cebdd922966a CRs-fixed: 2674545
2020-04-06Enable sanitizers for location moduleshaohuang
Change-Id: Ib9da4d8321b505ff2d2867ba67d3fe08b689f2ba CRs-Fixed: 2606892
2020-02-26Android mk to bp conversionSaurabh Srivastava
Change-Id: I206b4a5a2b7e88a6a20522611e7b2684594ef6f4 CRs-Fixed: 2559087
2019-07-12Enable TARGET_USES_QMAA flag and remove dummy halYingjie Wang
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
2019-01-16Build dummy QMAA HAL to unblock frameworkYingjie Wang
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
2018-01-24Move GNSS_CFLAGS to build/ to be fully includedYingjie Wang
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
2017-02-28LocationAPI implementationDante Russo
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