summaryrefslogtreecommitdiff
path: root/pla
AgeCommit message (Collapse)Author
2021-03-01[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm7150/gpsBob Badour
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: utils/Android.mk Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD legacy_not_a_contribution to: android/1.0/Android.mk android/1.1/Android.mk android/2.0/Android.mk Added SPDX-license-identifier-BSD to: android/utils/Android.mk batching/Android.mk core/Android.mk geofence/Android.mk gnss/Android.mk location/Android.mk pla/Android.mk Added legacy_notice to: etc/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I07267e93ebfc743a0d1e99a8a7853058b0de4c9c
2020-01-14alias elapsedRealtime for le plaKevin Tang
elapsedRealtime is under android namespace. To make it common for le and android, we alias elapsedRealtime so that android namespace comes with it. for LE build, we defined elapsedRealtime. Change-Id: Iaa1a2113d0783d31cb8a6f617b158ec264b9d955 CRs-Fixed: 2598670
2019-05-18Addressing format related to formatingNilesh Gharde
Added formating related issue as genuine errors fixes Change-Id: Ie01e9ce3bf838a37871a4779ae1403b4dca3d87c CRs-Fixed: 2447200
2019-02-07Enable support for External AP buildMike Cailean
Enable support for build on External AP without libcutils or any Android library support. CRs-fixed: 2368435 Change-Id: I978127348fd6b8d90ed5ef0a714c02437dc59ee0
2018-11-05gps: add include files for LA compilationMadhanraj Chelladurai
add include files for LA compilation Change-Id: I2781337a7b5d50eaaada20bcf2a6bfb97095749d CRs-Fixed: 2344727
2018-07-11Changed to allow only locclient group to accessBhavna Sharma
hal daemon Move hal daemon socket creation to loc_client directory Define uid/gid for locclient CRs-Fixed: 2260194 Change-Id: Icaac885c19cd65b11254bb93b6a938b2d4595761
2018-06-05Include filesystem_config header from cutilsBaili Feng
We can not include header file from private folder. Include it from cutils instead. Change-Id: Ib0995ecfa1bef600c346bc5d055212103578fcae CRs-Fixed: 2254045
2018-03-30update uptimeMillis to get boot timeNaresh Munagala
Change-Id: I0f0c8235898e33ed6cee69d7d4c5a1e9b199c835 CRs-Fixed: 2209099
2018-03-01Define gps user and group id's for Android and LE.Harikrishnan Hariharan
- Define gps user and group id's for Android and LE. - Update to use getgrnam for getting group id's. - Get group id's for child processes for LE also. Change-Id: I5365dbc1c51eb89ab66ba8652f3ed1c5dbea6eb4 CRs-Fixed: 2183710
2018-01-16LE clean upKevin Tang
separated utils, core, ds and loc-api-v02 from loc-hal into their own independent packages; simplified loc-pla; moved pla to the root of project; removed loc-stub. Change-Id: I373f02f9306646addf55ae90d71c4ba8e3741d09 CRs-Fixed: 2172544