summaryrefslogtreecommitdiffstats
path: root/libril/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* libril: Fix manual network selection with old modemfaust932019-01-261-0/+4
| | | | | | | | * Old modem sends and applies mccmnc+network type, but new aosp telephony uses only digits. * Manually cut or append the "+" and strings after that to work around. Change-Id: I1015e6c0d6afdc0c03d70e9491d49331703eddcc
* libril: allow board to provide librilTom Giordano2018-08-261-0/+3
| | | | Change-Id: If0033865ab179854c27c56eaaf078fcc30ea102a
* Add DISABLE_RILD_OEM_HOOK.Steven Moreland2018-03-211-0/+4
| | | | | | | | | OEM hook is deprecated, so adding a way to disable it to this radio implementation. Bug: 75322118 Test: boot device w/ DISABLE_RILD_OEM_HOOK works, lshal Change-Id: Ie7ade48476d2c330df608e9cc8dab805f84dd81d
* Merge "Remove LOCAL_CLANG" am: 72dd7d8af9 am: 06ee397dc4Lennart Wieboldt2017-07-281-1/+0
|\ | | | | | | | | | | am: 0d9e788935 Change-Id: Iaf71819513bd5c923f9582c41f0ef8a62ccb12b0
| * Merge "Remove LOCAL_CLANG"Lennart Wieboldt2017-07-281-1/+0
| |\ | | | | | | | | | | | | | | | am: 72dd7d8af9 Change-Id: I3efabc93a7f6624a5a937fa2f19ec49dea494004
| | * Remove LOCAL_CLANGLennart Wieboldt2017-07-251-1/+0
| | | | | | | | | | | | | | | | | | | | | clang is the default compiler since Android nougat Change-Id: I0555fa8067352fd43b47aabe80be1224597da17e Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
| * | Fix multi sim support and warnings in new hal code.Amit Mahajan2017-05-181-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | am: 93f603c4e1 Change-Id: I140b9892eb75cafd84784bdfe1c1ab969f2ec799
| | * | Fix multi sim support and warnings in new hal code.Amit Mahajan2017-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: Basic telephony sanity for single sim Bug: 38228839 Merged-in: I7df7ed41354b50f335a6f5fba7dffde03127b4f1 Change-Id: I7df7ed41354b50f335a6f5fba7dffde03127b4f1
| * | | resolve merge conflicts of ee186e9 to oc-dev-plus-aosppkanwar2017-04-271-0/+1
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | Change-Id: I6f4b2606cc2f4e985a33f629e7861121b32a9952 Test: manual Bug: 35606429
| | * Merge "Radio Interface changes to allow the modem to query the framework for ↵Pankaj Kanwar2017-04-271-0/+1
| | |\ | | | | | | | | | | | | the key."
| | | * Radio Interface changes to allow the modem to query the frameworkpkanwar2017-04-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the key. This CL adds the 1.1 version of the HAL interface. It also introduces support for 2 new messags: 1. setCarrierInfoForImsiEncryption 2. carrierInfoForImsiEncryption BUG: 35606429 Test: manual Change-Id: Iad02a20081e8bd1b8daaac396d20d888f8567252 Merged-In: I1d953914c23f8a1d94cc85e023ead3fd3c036ec5
| | * | Move libril to the vendor partition.Steven Moreland2017-04-191-0/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module should not be built on the system partition. Test: old libril instances removed from out by CleanSpec.mk Test: phone call on internal marlin Bug: 33241851 (cherry picked from commit 8265b407a32f61569b47e4514dd3f07561785fad) Merged-In: I27cbe60831c838a5d6fb75a5a9c32af0554fc5bb Change-Id: I27cbe60831c838a5d6fb75a5a9c32af0554fc5bb
| | * Remove SAP socket.Amit Mahajan2017-03-281-2/+0
| | | | | | | | | | | | | | | | | | | | | Test: Basic SAP sanity Bug: 32020264 Merged-in: Iece9d047db513e425e8a954e2ece2bba7e3e2535 Change-Id: Iece9d047db513e425e8a954e2ece2bba7e3e2535
| | * OemHook service implementation.Amit Mahajan2017-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Test: Basic telephony sanity Bug: 32020264 Bug: 34344851 Merged-in: Ie165921c02b301b378f8f05eeec24a2f273691f4 Change-Id: Ie165921c02b301b378f8f05eeec24a2f273691f4
| | * Converting SAP from protobuf to hidl.Amit Mahajan2017-02-011-1/+2
| | | | | | | | | | | | | | | | | | Test: Basic SAP sanity. Bug: 32020264 Change-Id: I87dd2bd320736d06e10733dd40743c83e548d3c9
| | * Adding simple radio service and callbacks.Amit Mahajan2017-02-011-0/+5
| | | | | | | | | | | | | | | | | | Test: Sanity tests by telephony test team. Bug: 32020264 Change-Id: Ib2b3abb54084a1b48c5fd74042fe534e3d9fb69f
* | | Fix multi sim support and warnings in new hal code.Amit Mahajan2017-05-171-1/+1
| | | | | | | | | | | | | | | | | | Test: Basic telephony sanity for single sim Bug: 38228839 Change-Id: I7df7ed41354b50f335a6f5fba7dffde03127b4f1
* | | Radio Interface to query for the public key.pkanwar2017-04-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds the 1.1 version of the HAL interface. It also introduces support for 2 new messags: 1. setCarrierInfoForImsiEncryption 2. carrierInfoForImsiEncryption BUG: 35606429 Test: manual Change-Id: I1d953914c23f8a1d94cc85e023ead3fd3c036ec5
* | | Merge "Move libril to the vendor partition." into oc-dev am: 82c7999a32Steven Moreland2017-04-141-0/+2
|\| | | | | | | | | | | | | | | | | am: 27cff84997 Change-Id: If718ff6f30188d09c41c20bf8d14bc1ad4381e44
| * | Move libril to the vendor partition.Steven Moreland2017-04-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This module should not be built on the system partition. Test: old libril instances removed from out by CleanSpec.mk Test: phone call on internal marlin Bug: 33241851 Change-Id: I27cbe60831c838a5d6fb75a5a9c32af0554fc5bb
* | | Fix warnings and set Werror flags to not let them happen again.Tomasz Wasilczyk2017-04-121-1/+1
|/ / | | | | | | | | | | Test: it builds. Bug: b/37159108 Change-Id: I3b0d6376d81615774b60e71a6eebf6f38224df88
* | Remove obsolete target.Steven Moreland2017-04-071-21/+0
| | | | | | | | | | | | | | | | This target was ifdef'd out and left laying around from the past. Test: pass Bug: 33241851 Change-Id: I19f6466836c055fd7555a56a123209dc80f8e704
* | Remove SAP socket.Amit Mahajan2017-03-271-2/+0
| | | | | | | | | | | | Test: Basic SAP sanity Bug: 32020264 Change-Id: Iece9d047db513e425e8a954e2ece2bba7e3e2535
* | OemHook service implementation.Amit Mahajan2017-02-221-0/+1
| | | | | | | | | | | | | | Test: Basic telephony sanity Bug: 32020264 Bug: 34344851 Change-Id: Ie165921c02b301b378f8f05eeec24a2f273691f4
* | Converting SAP from protobuf to hidl.Amit Mahajan2017-01-111-1/+2
| | | | | | | | | | | | Test: Basic SAP sanity. Bug: 32020264 Change-Id: I87dd2bd320736d06e10733dd40743c83e548d3c9
* | Adding simple radio service and callbacks.Amit Mahajan2017-01-041-0/+5
|/ | | | | | Test: Sanity tests by telephony test team. Bug: 32020264 Change-Id: Ib2b3abb54084a1b48c5fd74042fe534e3d9fb69f
* Merge "Suppress unused-parameter warnings in libril." am: a22b128851Aurimas Liutikas2016-04-291-1/+2
|\ | | | | | | | | | | | | | | | | am: 5eaec8ba33 * commit '5eaec8ba3354075a2aa66b134a93bc851327cb57': Suppress unused-parameter warnings in libril. Change-Id: I859774e38c07c92634567e91ef129e38a4e1998d
| * Suppress unused-parameter warnings in libril.Aurimas Liutikas2016-04-281-1/+2
| | | | | | | | | | Bug: 26936282 Change-Id: I848a9b2e98e31845d29cc84ccea3517d13339dcc
* | Enable integer sanitization in libril.Sanket Padawe2016-03-081-0/+2
|\ \ | |/ |/| | | | | | | | | am: 2f0b452b4a * commit '2f0b452b4a234199dcce17dc370aebb126c661c9': Enable integer sanitization in libril.
| * Enable integer sanitization in libril.Sanket Padawe2016-03-071-0/+2
| | | | | | | | | | Bug: 27486276 Change-Id: I5d440099120567f1ecedb898039b5627346c7089
* | Properly export ril_ex.hColin Cross2015-12-161-4/+0
|/ | | | | | | | | Copying headers makes fixing compile errors hard, and breaks dependency restrictions. Move ril_ex.h to an exported include directory instead of copying it. Bug: 18903857 Change-Id: I4b59a01e442db0d3198def69a5a5ff17b2a41c66
* resolved conflicts for ba95966e to stage-aosp-masterDan Willemsen2015-09-281-0/+2
|\ | | | | | | Change-Id: Id468b025222853e5a421300b6e669de999bf737e
| * Prepare to remove ril from global include pathsDan Willemsen2015-09-281-0/+3
| | | | | | | | | | Bug: 18903857 Change-Id: I3051dd5d3947dda346406841853eac8213a3eb55
| * Remove makefile cruft.Elliott Hughes2015-01-091-21/+0
| | | | | | | | Change-Id: Iec07669cc80de041379716c8daa33acc58f7283e
* | Fix build issues after the mergeVinit Deshpande2015-04-151-2/+2
| | | | | | | | Change-Id: Ia856311187a0b2168cb859bd8b2300ff59df6569
* | Introduction of the new SAP-UIM socketDheeraj Shetty2015-04-081-3/+15
|/ | | | | | | | | | | | | | | | | | | | | | | | | | Added new socket connection for communication between the SAP module in Telephony and User Identity Module with DSDA support. New classes added are: RilSocket --------- Base class(virtual) for any type of socket. Has listen and commands callbacks similar to that of the existing telephony->rild socket. RilSapSocket ------------ Derived class for socket for communication between BT SAP and the sim module in the modem. It initialises socket, calls Sap_Uim_Init to get the handles and starts the socket thread. rilSocketQueue -------------- Queue for managing socket requests. Change-Id: I8828173941d6ae76f1f9cc0d567efaf41a77d175
* Merge kwd to masterEtan Cohen2014-06-251-1/+5
| | | | Change-Id: Id33008507cbafc88288b6483c7691d6db34cc5c3
* Remove unused LOCAL_LDLIBS.Ying Wang2014-05-071-4/+0
| | | | Change-Id: Id93e486c16cfce8be120a136ff798631e540c89e
* ril: move record_stream_xxx to librilutils and export headerDima Zavin2013-05-231-6/+6
| | | | | Change-Id: I9986c8c5fb1777bbd2b686769ecc726319a73100 Signed-off-by: Dima Zavin <dima@android.com>
* libril: move record_stream here as it is the sole clientDima Zavin2013-05-071-2/+4
| | | | | Change-Id: I85b94c4c6d61dfaa964367a58c773b5550a47995 Signed-off-by: Dima Zavin <dima@android.com>
* Add liblogYing Wang2013-04-091-0/+1
| | | | | Bug: 8580410 Change-Id: Ifc86215fe3f57e0247e819b74ad82a397201a329
* am 7f856808: Cleanup whitespace.Wink Saville2009-06-091-2/+2
|\ | | | | | | | | | | | | Merge commit '7f8568086f2ea14885b0091c793e14c2656f0da2' * commit '7f8568086f2ea14885b0091c793e14c2656f0da2': Cleanup whitespace.
| * Cleanup whitespace.Wink Saville2009-06-091-2/+2
| |
* | move libbinder's header files under includes/binderMathias Agopian2009-05-191-1/+1
| |
* | add libbinder deps where neededMathias Agopian2009-05-191-0/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+43
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-43/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+2
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+42