- 12 Jul, 2011 1 commit
-
-
Jeff Brown authored
Bug: 5010576 Change-Id: Ifb59ea7e454d8ce832610e0979935e889e7621e2
-
- 19 Mar, 2011 2 commits
-
-
Wink Saville authored
I've done this by change the copy to a symbolic link, this allows us to easily change from using the common include/telephony/ril.h to a separate instance when ril.h is evolving. Bug: 3457628 Bug: 4132203 Change-Id: Idd8029e57dd0b2afc16c2659dbbc3e587b438f0a
-
Wink Saville authored
I've done this by change the copy to a symbolic link, this allows us to easily change from using the common include/telephony/ril.h to a separate instance when ril.h is evolving. Bug: 3457628 Bug: 4132203 Change-Id: I0fca1c0409e9bf6381e491ad338d2299ab512405
-
- 14 Mar, 2011 1 commit
-
-
Iliyan Malchev authored
Change-Id: I8a42023d2c228040e2f32067f2eb71842d7d9578 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 04 Mar, 2011 1 commit
-
-
Ying Wang authored
Use ":=" instead of "=". The vars should be set outside the if..else.. block, because they are used outside the block. Change-Id: I1e57cbef0843841c6ccd7051f068f663863ecee6
-
- 09 Feb, 2011 1 commit
-
-
Ying Wang authored
To fix x86 build. Change-Id: I31015c255e8bf441d83dd314003d614c2c2aaa97
-
- 03 Nov, 2010 1 commit
-
-
Ying Wang authored
Change-Id: If5f98e50a40fdca88c69e889e952adc9f4170d77
-
- 06 Oct, 2010 1 commit
-
-
Xia Wang authored
- Replace functions in protobuf_v8.cpp, node_buffer.cpp with those in v8 version of GB: replace Object::Get(uint32_t index) with Object::Get(Handle<Value> key) replace As function with Object::Cast(); - Modify Android.mk file Add "LOCAL_MODULE_TAGS" for librilproto-java Tag modules as "debug" so that it can be build in userdebug build Change-Id: I1523786a63ef66b263b80e069dfcab865cab348f
-
- 04 Aug, 2010 1 commit
-
-
Wink Saville authored
Remove old generated code and change Android.mk to not use the old generated code. Make enum RADIO_STATE_XXX more consistent with other enum naming and name it RADIOSTATE_XXX. Add the ril.h command numbers to the comments in ril.proto. Change Request in mock_ril.js to use this instead of making a new object. Regenerate the proto output files. Change-Id: I077cd8c7168cf779ab76d9eef1fdf46beca898bc
-
- 28 Jul, 2010 2 commits
-
-
Wink Saville authored
Separate generated from normal files and segrate the normal files by their type. Change-Id: I9c50b18e07f599fd32c61ae5610499ef94f999d3
-
Wink Saville authored
Also support for several more requests/responses. Change-Id: If165745d86d979820fff888e2594200cdf78ba77
-
- 27 Jul, 2010 3 commits
-
-
Wink Saville authored
Second attempt to fix the sim-eng build. Change-Id: I968e30aeaef02a23a3c9509d01c450277feb0fa9
-
Wink Saville authored
We need to build librilproto-java as its needed for framework telephony tests. Change-Id: Ief91b689098b49c30178e340fcfc7b8e7e41eac8
-
Wink Saville authored
Change-Id: Ie41b671089dce1081b2e535351d15aed7af2382f
-
- 20 Jul, 2010 1 commit
-
-
Wink Saville authored
Change-Id: I742c413f33d99e8fe8e5a320dab067174b560e98
-
- 11 Jun, 2010 2 commits
-
-
Wink Saville authored
mock-ril is for testing and should not be included by default on devices. reference-cdma-sms is vistigual and is not nor ever was used. Change-Id: I38707499685f62f3413f817635c0b6f3bdcaab02
-
Andy McFadden authored
We're not currently building V8 for x86, and mock-ril was changed to depend on it. This updates the makefile to skip building mock-ril on non-ARM builds (e.g. sim-eng). Change-Id: I50e1b6859d4d221316c87c2fdd5cb4d29fa5afbf
-
- 10 Jun, 2010 1 commit
-
-
Wink Saville authored
Change-Id: I26ec3bc964c523fe6f855e8fe3d436064acfb27a
-
- 04 Jun, 2010 1 commit
-
-
Kenny Root authored
The host's stl library conflicts with stlport, so we need to exclude stlport from inclusion in the build if we're targeting the simulator. Change-Id: Idde6453687870a4e361d6a537482fe09dc2fdb47
-
- 03 Jun, 2010 1 commit
-
-
Wink Saville authored
Change-Id: Iff79fbb12bdaf9da397734ac732690536e207638
-
- 29 May, 2010 1 commit
-
-
Wink Saville authored
This ril loads properly but most methods are just stubs return errors. Change-Id: Ie98e5ade9ae67956ab94efbcdc3b441818ef7354
-