Commit Graph

11 Commits

Author SHA1 Message Date
Dante Russo d44d696b7d flo: gps: Removing header copying to out folder
Replace copying header files to out folder
for use by other modules to instead build
headers into separate libraries that end
with _headers that can be used by other
modules.

Change-Id: I073967cd34e5c79110895908a4eef1b7d17bf9ea
CRs-fixed: 2068129
2020-12-11 08:41:50 +01:00
Arne Coucheron a24b3793f7 flo: gps: Fix missing-field-initializers warnings
Change-Id: I465de75779df5eed7044b1e94ea5395e5a708e90
2020-12-11 08:41:36 +01:00
Arne Coucheron 92cbe5664a flo: gps: Set capabilities mask to 0x31
Change-Id: Iadcdaeb3359ec29b8eff9fa0a65e47f7ec0b2331
2020-12-11 08:38:27 +01:00
jlask da6c91b4c7 flo: gps: Correct week rollover timestamps
This adjustment will help with applications checking the time coming from gps.
Some applictions will consider times in the far past as an error.

Change-Id: I69d6971249c4898ac3895f725e46f268cdb2b00d
2020-12-11 08:31:26 +01:00
Arne Coucheron af6d7661b9 flo: gps: Cleanup, update config and add sap.conf
Change-Id: I5d3052bea15a2a3a686256275ae85bd61cca5d36
2020-12-11 08:31:26 +01:00
Arne Coucheron 3fe4c29362 flo: gps: Fix compiler warnings
Change-Id: I4e2033db162af0586ee04a5db26b2137f0f720a4
2020-12-11 08:31:26 +01:00
Arne Coucheron e39840e183 flo: gps: Use gps.conf with our changes
Change-Id: I7f307e04daa88cdeb6c45d3dfbb2ed0715d91610
2020-12-11 08:31:26 +01:00
Katz Yamada 852d0388b1 flo: gps: Fix for buffer overrun crash at copying nmea string
Add zero clearing of allocated nmea buffer to ensure
the nmea string is null terminated.

Change-Id: Ie36010a7d3eca16dabb3067ae891a94e4b63b10c
CRs-Fixed: 2041933
2020-12-11 08:31:26 +01:00
Arne Coucheron 9007e59ac2 flo: gps: Replace LOCAL_PROPRIETARY_MODULE with LOCAL_VENDOR_MODULE
Change-Id: I02adba72f01bd6451c45d4a31ecd66e1878c6aaa
2020-12-11 08:31:26 +01:00
Suren Baghdasaryan ba43624a0b flo: gps: Add libprocessgroup dependency
Because set_sched_policy is moved into libprocessgroup an additional
dependency is required for its users.

Exempt-From-Owner-Approval: janitorial

Bug: 111307099
Test: builds, boots

Change-Id: Ie28a9feb5d4342011ca5baac8a62287aca11af3d
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
2020-12-11 08:31:26 +01:00
Arne Coucheron 30207e248b flo: gps: Import AOSP GPS HAL from Pie
Change-Id: Ia8a20e6a360924c74226ccc7f324ba1c6404f9d8
2020-12-11 08:31:12 +01:00