summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
AgeCommit message (Collapse)Author
2019-08-16delete of shared LocApiBase::mMsgTask may cause issuesKevin Tang
mMsgTask is static, its delete would impact other LocApi objects which don't know it is deleted. Added refcount to manage this shared obj. Change-Id: Iea81039b9cd74081c5230d6bb18ea80c2ee05916 CRs-Fixed: 2505569
2019-05-09LocIpc redesignBhavna Sharma
LocIpc now doesn't have any impelementation of sockets, but a framework that provides threading for any sockets that can be wrapped into LocIpcSender and LocIpcRever APIs. Also updated XtraSystemStatusObserver to using the new LocIpc and LocIpcLocalSender and LocIpcLocalRecver. Change-Id: I506c77198f9ce1e7d4dfd5e596dc0ac21d928e34 CRs-Fixed: 2443124
2019-02-25util to get get symbol from a libraryKevin Tang
Added dlGetSymFromLib() to provide a utility that dlopen()'s a library, and get the pointer to a symbol name. Change-Id: I770eaef18a61aaa458833b3ca778f44b299585f5 CRs-Fixed: 2404939
2018-05-14renamed DataItemIndex and ClientIndex filesKevin Tang
and moved them into utils. Change-Id: I138471168bf58d2cf09c6a435088edea29a567d0 CRs-Fixed: 2218519
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
2017-10-16Enable logcat logging for location modules in LEHarikrishnan Hariharan
Add support for logcat logging for location modules in LE, by adding appropriate flags -llog to LDFLAGS. Update logging macros to use ALOG* so that logs can be outputed using standard logcat adb commands. Change-Id: I94b5a1e9f0b4ec78a55e7189002e0f674ef174d2 CRs-Fixed: 2117669
2017-10-07Fix compilation errors in xtra-daemon for LE.Harikrishnan Hariharan
Fix compilation errors in xtra-daemon in LE for changes made as part of adding biway IPC communication changes. New files created are added as part of LE Makefile. Change-Id: Ic0f0d60dd85eea38bb47753aea4fccfb3070d64c CRs-Fixed: 2122852
2017-07-21Fix 2.9-rel compilation issues on LENaresh Munagala
Change-Id: I35b8da213e8830456c8652802941a418748bd5e9 CRs-Fixed: 2067662
2017-03-29move nmea generation logic inside utilsNaresh Munagala
NMEA generation logic needs to be reused across the interface boundaries. Moved this logic inside utils. Change-Id: Icb5c6fbc38b178c5edea468d26286e21749bfbfb CRs-Fixed: 1098734
2017-03-16force undefined symbols to treat as errorsNaresh Munagala
added necessary flags in Makefiles to treat undefined symbols to get caught at compile time. Change-Id: I77068b0d61ad432aa227c01b6229d82651ab8862
2016-10-12Platform specific changes for QDRNaresh Munagala
Added platform specific abstraction apis for timer modules Change-Id: I71d5cb847fc6a66227137b2b424f7e631e09cae8
2016-03-15Revert "Revert "Fix compilation issues for m_master merge into oe_master"."Deven Patel
This reverts commit fa7a874eb0586c7844fe3a4cb8d0063ce53464f0 Change-Id: Id2415d80fa3cbdc124e0a3bdd2722db7f233ad53
2016-03-07Revert "Fix compilation issues for m_master merge into oe_master".Deven Patel
This reverts commit ecb67363ee73c0374424795ae6014a794065f5ab Change-Id: I7b540247b246ea4caf710247d2c58b55515dae7c
2016-02-04Fix compilation issues for m_master merge into oe_masterKevin Tang
Fixed compilation issues for M upgrade Change-Id: I602aa7c8a2db9682a1fe94b7ca892027281deec7
2014-12-05loc-pla: Create Platform Library Abstraction layerDongmei Wang
Defined PLA functions to enable gps libraries to call platform-dependent library calls transparantly. Removed fake files and replaced the fake function with defined PLA functions. CRs-fixed: 605817 Change-Id: I677f658001329a10ef9b49bd963631a83fb4c85f
2014-12-04loc-hal:porting from ANDROID_LNX.LA.3.5.1_RB1.04.04.02.048.040Dongmei Wang
It contains the following changes: - porting from AU_LINUX_ANDROID_LNX.LA.3.5.1_RB1.04.04.02.048.040 - updated package loc-api files according to the merge - rename loc-api to loc-hal - dynamically load liblbs_core.so.1 file for LE platforms - print a warning message when loading the lbs_core library fails CRs-fixed: 605821 Change-Id: I54e1a9c742d1734ffa29e6864901119e0ee600c8
2014-12-02gps: Remove dependency on libcutils.soEkta Shah
Change-Id: Id3d6e2c81eb6d5ee549236c591cc75ac32aa948b
2014-12-02loc_api_v02: Updating to loc api v02 idl Major:0x02, Minor:0x14Pandari Sabhapathi
Renames elapsed_millis_since_boot.cpp to platform_lib_time.cpp. Fixed Klockwork null pointer dereference errors. CRs-fixed: 476773 Change-Id: I8c05bb3ab6fdd3ec80d7fe3427160b2e29d7a0d0
2013-07-03hardware/qcom/gps: Porting HAL and Loc API 2.0Satheesh Jayakumar
- Wrote makefiles, config and other files - Made code changes to minimize android dependencies Change-Id: I350de6378684f5db81a36cc4c6d014c5a8189d4c