summaryrefslogtreecommitdiff
path: root/gps/android
AgeCommit message (Collapse)Author
2021-01-15sdm660-common: gps: Resolve unused parameter warningsMichael Bestas
Change-Id: I0acef3da2c3567a28edd0a71dac89a5828f7725d
2020-12-18sdm660-common: Remove libhwbinder/libhidltransport depsSteven Moreland
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Iba2cd20b8b20fac3e7564de6b853b475fd4ebd2a
2020-04-18sdm660-common: Import GPS HAL from LA.UM.8.2.r1-04300-sdm660.0Michael Bestas
Change-Id: I5e93d71bc7df7bb46af8c4b9ff11e8302113cfa9
2020-02-15sdm660-common: Remove GPS HAL for subtree importdianlujitao
Change-Id: Ib18b7d867224557562c3f6a4a20c206f0ec30fec
2019-09-01wayne-common: Update GPS from LA.UM.7.2.r1-05800-sdm660.0GuaiYiHu
Change-Id: Idaec6889200d67c776222aebecdc9c0255e2b963 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
2019-08-13wayne-common: Synchorize gps to PIsaac Chen
* QC Tag: LA.UM.7.2.r1-04900-sdm660.0 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn> Change-Id: I34383e8fbf394b774f83f8d662873e8786ff1bbf
2018-09-05wayne: Fix android.hardware.gnss@1.0-service-qtiThierry Strudel
Make service part of 'hal' class. Install files in vendor partition. Register instance as 'default' as expected by framework. Change-Id: I487fad4df872397ab76cea377e5304c956a756da Signed-off-by: Thierry Strudel <tstrudel@google.com>
2018-09-05wayne: Remove hardcoded LOCAL_MODULE_PATHS from vendor componentsVishwath Mohan
This CL replaces all LOCAL_MODULE_PATH_* definitions for vendor shared libraries with LOCAL_VENDOR_MODULE := true instead. This appropriately generates sanitized versions of these libraries to /data/asan/* while generating the stock versions in /vendor/lib* as desired. Needed for ASAN builds to work correctly. Bug: 37740897 Test: m -j40 && SANITIZE_TARGET="address" m -j40 # shared libs in $ANDROID_PRODUCT_OUT/vendor/lib* do not contain asan symbols, while the ones in $ANDROID_PRODUCT_OUT/data/asan/vendor/lib* do. Change-Id: If6a495dd153c47f929de047fd48039b990348720 (cherry picked from commit e872612127cfbf55ceba01e9860e0acc47d64447)
2018-07-19wayne: Move android.hardware.gnss@1.0-service-qti.rc to vendorSzuWei Lin
The .rc file should be on the vendor image, or can not boot with generic system image. Bug: 63051055 Test: Boot with GSI to home screen Change-Id: I1e2ebe5d23a6cf5a4176ee33613ef621b4b558cf
2018-07-13wayne: Import GPSIsaac Chen
* QC Tag: LA.UM.6.2.r1-06100-sdm660.0 Change-Id: I26da3b90caa473ed5f88408627463ec7f7655f23 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>