summaryrefslogtreecommitdiff
path: root/gps
AgeCommit message (Collapse)Author
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-30sdm660-common: Build new GNSS HALdianlujitao
* Remove unnecessary dependencies on liblbs_core.so * Hardcode vendor loc HIDL version to 3.0 to enable vendor HIDL when building w/o BSP. Change-Id: I01f661f1d1e038737801f5a9db88e3388d470f74
2020-04-30sdm660-common: Checkout GPS config from jasmine V11.0.4.0.QDIMIXMdianlujitao
Change-Id: I27fa3dbb4b1d301a6cd60a6a0b224e35c18c4b46
2020-04-30sdm660-common: Fix non-ASCII character in gps.confdianlujitao
:caf: Change-Id: Iea9c44c0fbad574cbc077feea3d9f1de83d7d99a
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: Drop useless GPS configuration fileWang Han
* We copy our gps.conf. Change-Id: I2260f22b81bd6790070ab27d9e290c20910c2e2b Signed-off-by: PIPIPIG233666 <2212848813@qq.com>
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-09-05wayne: Don't rely on transitively included headersJiyong Park
One must explicitly include what it need. time.h for struct tm. sys/time.h for gettimeofday, etc. Bug: 37629934 Test: build Merged-In: Iacd5317d958f61df062fca40fbf2e8992c7fbb44 Change-Id: I19e1043f23dbe85836b73714a4f1440159ebe419
2018-09-05wayne: Build libgps.utils with VNDK.Steven Moreland
Test: m -j BOARD_VNDK_VERSION=current libgps.utils Bug: 37342627 Change-Id: Ifcd9344245cf689d4075d34b89faa689647b8b0b
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>