gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-640-gf


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-640-gf6e95e0
Date: Sat, 27 Apr 2019 21:24:54 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  f6e95e04a4c5f859a0ce90ce3af408d0ccba7fd6 (commit)
      from  043fafb9f1312a4be8fec0f63a07777c86524a01 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f6e95e04a4c5f859a0ce90ce3af408d0ccba7fd6
Author: Adam Serbinski <address@hidden>
Date:   Fri Apr 26 15:56:33 2019 -0400

    Android: GNSS 1.1 HAL
    
    Everything needed to get a working GPS in Android.
    
    Signed-off-by: Gary E. Miller <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 Android.bp                                         |  12 +
 android/README                                     |  98 +++++-
 android/gpsd.rc                                    |   5 +
 android/gpsd_wrapper.c                             |  24 ++
 android/hal/Android.bp                             |  24 ++
 android/hal/Gnss.cpp                               | 381 +++++++++++++++++++++
 android/hal/Gnss.h                                 | 107 ++++++
 android/hal/GnssConfiguration.cpp                  |  84 +++++
 android/hal/GnssConfiguration.h                    |  73 ++++
 android/hal/GnssMeasurement.cpp                    |  35 ++
 android/hal/GnssMeasurement.h                      |  42 +++
 .../hal/address@hidden  |   4 +
 android/hal/service.cpp                            |  25 ++
 android/manifest.xml                               |  11 +
 android/sepolicy/file_contexts                     |   3 +
 android/sepolicy/gpsd.te                           |  16 +
 android/sepolicy/hal_gnss.te                       |   6 +
 17 files changed, 944 insertions(+), 6 deletions(-)
 create mode 100644 android/gpsd.rc
 create mode 100644 android/gpsd_wrapper.c
 create mode 100644 android/hal/Android.bp
 create mode 100644 android/hal/Gnss.cpp
 create mode 100644 android/hal/Gnss.h
 create mode 100644 android/hal/GnssConfiguration.cpp
 create mode 100644 android/hal/GnssConfiguration.h
 create mode 100644 android/hal/GnssMeasurement.cpp
 create mode 100644 android/hal/GnssMeasurement.h
 create mode 100644 android/hal/address@hidden
 create mode 100644 android/hal/service.cpp
 create mode 100644 android/manifest.xml
 create mode 100644 android/sepolicy/file_contexts
 create mode 100644 android/sepolicy/gpsd.te
 create mode 100644 android/sepolicy/hal_gnss.te


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]