summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* Android: simplify inclusion of HAL in AOSP buildAdam Serbinski2019-05-153-1/+2
| | | | | | | | - Override the 1.0 passthrough HAL implementation. This is to prevent it from being built and installed. - Automatically include the manifest. Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: Set almanac and ephemeris flagsAdam Serbinski2019-05-021-0/+6
| | | | | | | | These flags don't actually make it through GPSd, so we guess them based on the elevation, azimuth, and signal. Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: Apply location flags to location after fully calculatedAdam Serbinski2019-05-021-1/+2
| | | | | | | This fixes altitude and vertical uncertainty. Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: Use eph for source of horizontal accuracyAdam Serbinski2019-05-021-1/+1
| | | | | | | Instead of latitude position uncertainty. Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: fix build on AOSP masterAdam Serbinski2019-04-291-0/+3
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: GNSS 1.1 HALAdam Serbinski2019-04-2716-6/+932
| | | | | | Everything needed to get a working GPS in Android. Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: generate headersAdam Serbinski2019-04-255-283/+0
| | | | | Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* android: Fix some style nits.Gary E. Miller2019-04-241-30/+32
|
* android: Add SPDX licens lines.Gary E. Miller2019-04-246-1/+27
|
* android: Misc whitespace, line length, and rev fixes.Gary E. Miller2019-04-244-14/+21
|
* Android: Build gpsdAdam Serbinski2019-04-244-15/+252
| | | | | Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: build client libraries for AOSPAdam Serbinski2019-04-244-0/+268
This is not intended for use by the Android NDK. This will enable the building of libgps.so as part of an AOSP system build, which ultimately can be used in the creation of GPS clients in the form of a system daemon, in particular, a GNSS HAL. Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>