* 'lineage-16.0' of http://www.github.com/LineageOS/android_device_samsung_msm8974-common:
msm8974-common: Build common legacy gnss hal
msm8974-common: Switch to GNSS HIDL HAL
msm8974-common: gps: Fix for buffer overrun crash at copying nmea string
msm8974-common: gps: Replacing copy headers with header libraries
msm8974-common: gps: Don't rely on transitively included headers
msm8974-common: gps: Remove nmea log
msm8974-common: gps: Return the correct length of nmea sentence
msm8974-common: gps: Default apn ip type to ipv4
msm8974-common: gps: Suppress unused-parameter warnings
msm8974-common: gps: Remove owner of gps hal modules
Change-Id: I910806396d54c33727ef3b807404d71786aa74e6
One must explicitly include what it need.
time.h for struct tm.
Bug: 37629934
Test: build
Merged-In: Iacd5317d958f61df062fca40fbf2e8992c7fbb44
Change-Id: I19e1043f23dbe85836b73714a4f1440159ebe419
* 'lineage-16.0' of http://www.github.com/LineageOS/android_device_samsung_msm8974-common:
msm8974-common: gps: Correct week rollover timestamps
msm8974-common: gps: Fix race condition when GPS app is closed around an SSR event
msm8974-common: gps: Adding fix for KW warning
msm8974-common: gps: Assure event mask is set properly to get positions
msm8974-common: gps: Fix unable to clear existing event bitmasks
msm8974-common: gps: Add tech_mask in UlpLocation to support report
msm8974-common: gps: NMEA report indication to ULP
msm8974-common: gps: Making SUPL ES run time configurable
msm8974-common: gps: Fixes SUPL_MODE
msm8974-common: gps: Consider nsec while ranking the timer objects
msm8974-common: gps: Adding a new NMEA sentence : $GNGSA.
msm8974-common: gps: Set correct target for msm baseband
msm8974-common: gps: Add Cleanstep.mk
Change-Id: Ibfdb99e86d3bc3829b565ee8732a7a399ff27915
Fix for buffer overflow possibility for the thread name passed in to
pthread_setname_np() method.
Change-Id: Id323dd058eddcf50d6fd9ec8908e9997b30c561b
CRs-Fixed: 999457
The current logging macro always uses LOGE, which is
confusing to external developer looking at our logs.
Also changed LOC_LOGx definition to follow the same
syntax as that of LOC_LOGX.
Bug: 29499503
Change-Id: I803233a9d0b241bf9aeb2ee0d4bd2e7cc52ed75b
CRs-Fixed: 1113702
Removing statement to set LOCAL_CLANG flag explicity to
true. It will be true by default.
Change-Id: I2eaba5a89e64088e3383b962dceaaa7e975e997a
CRs-Fixed: 989476