History log of /hardware/interfaces/gnss/1.0/default/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
206e38a4e8c32b8ceb99ceefc387473fbb877755 18-Apr-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Remove dependency of libhardware_legacy from HAL services" into oc-dev
4f1bbf707409ebe87fa558b75df4da54c3d2ec29 13-Apr-2017 Hung-ying Tyan <tyanh@google.com> Remove dependency of libhardware_legacy from HAL services

It is not used by these services.

Bug: 33241851
Bug: 37305530
Test: built and tested on sailfish
Change-Id: I1f3f51981d7dfcf27e18d9495c747b7662867d31
/hardware/interfaces/gnss/1.0/default/Android.mk
2dd67a43b6adc36253ef484b4c0077b2ead0f48a 14-Apr-2017 Iliyan Malchev <malchev@google.com> Route GNSS HAL libbinder traffic to /dev/vndbinder

Bug: 36565056
Test: no more gnss crash at boot

Change-Id: Ib3935beeb521dc655c5d7e1b6d7680a190b3fd4e
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/interfaces/gnss/1.0/default/Android.mk
7e73d5b90831df7fdbced22792e5198fcae897af 24-Feb-2017 Steven Moreland <smoreland@google.com> Remove viral dependency on libhwbinder. (2/2)

find hardware/interfaces -name Android.mk -exec sed -i -e '/libhwbinder
\\/d' {} \;
find hardware/interfaces -name Android.bp -exec sed -i -e
'/"libhwbinder"/d' {} \;
./hardware/interfaces/update-makefiles.sh

Note, automotive has some actual dependencies on libhwbinder, filed
b/35758626 for this.

Test: everything links
Test: (sanity) booted marlin on internal master with these changes
Bug: 35710429
Change-Id: I6d0726c8130d00684b978efbdd48e3ae396f12e5
/hardware/interfaces/gnss/1.0/default/Android.mk
1b3db1fbb82396852b18e5d922994ec5f5b594dd 18-Feb-2017 Aurimas Liutikas <aurimas@google.com> Fix unused parameter warning and enable -Werror.

Test: make -j60 android.hardware.gnss@1.0-impl still compiles
Change-Id: I98256f95b77944d514971be02dc4d4b445359541
/hardware/interfaces/gnss/1.0/default/Android.mk
a0da1a1c3dadac195e598890360c7b9226874ba8 13-Feb-2017 Steven Moreland <smoreland@google.com> Move hidl shims to the vendor partition. (2/2)

We need google shims on the vendor partition because they are providing
an implementation of a vendor defined interface. They were written by
google just as a courtesy/to make the transition easier. They're
basically a set for vendors to assemble their hal implementations
from.

Bug: 34135607
Test: marlin persist.hal.binderization on/off
Change-Id: I2e2af5af39264cf290259755bb9b2eb9827a21f5
/hardware/interfaces/gnss/1.0/default/Android.mk
ad03ab22c1c9b8c20f010a282391a3db64d2cd27 14-Dec-2016 Wyatt Riley <wyattriley@google.com> GnssBatching API, port from Fused Location

New HAL APIs for Gnss location batches,
still to be connected (default implementation)
similarly to this aspect of fused_location.h,
initially as a single client system API.

Bug: 31974439
Test: Ensured it builds and runs GPS & FLP (in Test app & maps)
Change-Id: I27d3fd2cffad25039b006e60c4496a440dc86c13
/hardware/interfaces/gnss/1.0/default/Android.mk
b5fbbfe28f8f79ca9572bb96c998b757dcf201aa 02-Nov-2016 Hridya Valsaraju <hridya@google.com> Add GNSS HAL service

Bug: 31974439
Test: GPS Location available on Maps(on Angler).

Change-Id: I17ba8fab47bc25a1158089ec2b8e8cd54ec650e1
/hardware/interfaces/gnss/1.0/default/Android.mk
29dc1e0c724283413fdd13d68ac9751591baa3c5 21-Oct-2016 Hridya Valsaraju <hridya@google.com> Default implementation Gnss HAL

Test: On Angler, GPS location available on Maps. All interfaces other
than AGnssRil, AGnssNavigationMessage and GnssNi are functionally tested. AGnssRil and
AGnssNavigationMessage are not implemented by conventional GPS HALs in Google devices that would be
upgrading to O.

Bug:31974439

Change-Id: I66225225ed79bc1735d6dd27954b1f9f69ffc557
/hardware/interfaces/gnss/1.0/default/Android.mk