aboutsummaryrefslogtreecommitdiff
path: root/gps/android/Android.mk (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Remove libhwbinder and libhidltransport referencesDavide Garberi2021-10-04
| | | | | | * These are now combined with libhidlbase Change-Id: I7cea1f4e09c12a4bedff40a168d4bce494f8c51d
* msm8996-common: gps: Switch back to 89xx tagsDavide Garberi2018-12-04
| | | | | | | | * Basically just remove the gnss 1.1 support * Tag: LA.UM.7.6.r1-03100-89xx.0 Change-Id: Ie52463e60c6f6bb127e736fe3e23a8b75c044a3a Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: gps: Update from LA.UM.7.2.r1-04000-sdm660.0Davide Garberi2018-10-19
| | | | | | | | * The vendor blobs from LA.UM.7.2.r1-04000-sdm660.0 - B2N_sprout:9/PPR1.180610.011/00WW_3_22C * Update gnsspps from CAF's location repo Change-Id: I6afc29a05459bf6d1951cb36b746d8cc781bc48f Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: fix android.hardware.gnss@1.0-service-qtiThierry Strudel2018-04-22
| | | | | | | | | 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>
* Remove hardcoded LOCAL_MODULE_PATHS from vendor components. (gps)Vishwath Mohan2018-04-22
| | | | | | | | | | | | | | | | | 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)
* Move android.hardware.gnss@1.0-service-qti.rc to vendorSzuWei Lin2018-04-22
| | | | | | | | | 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
* msm8996: gps: Squashed update to LA.UM.6.5.r1-05300-8x96.0dianlujitao2018-01-27
| | | | | Change-Id: I76b39dd5329a050d44f126c684edb44b0184f0fc Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Import gps from LA.UM.6.5.r1-02500-8x96.0Rashed Abdel-Tawab2017-12-12
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>