1. 12 Jul, 2011 1 commit
  2. 19 Mar, 2011 2 commits
  3. 14 Mar, 2011 1 commit
  4. 04 Mar, 2011 1 commit
    • Ying Wang's avatar
      Fix Android.mk · c41c0ddb
      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
      c41c0ddb
  5. 09 Feb, 2011 1 commit
  6. 03 Nov, 2010 1 commit
  7. 06 Oct, 2010 1 commit
    • Xia Wang's avatar
      Port Mock Ril from master branch to GB. DO NOT MERGE · 14171dca
      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
      14171dca
  8. 04 Aug, 2010 1 commit
    • Wink Saville's avatar
      cleanup mock-ril. · a1e3f27c
      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
      a1e3f27c
  9. 28 Jul, 2010 2 commits
  10. 27 Jul, 2010 3 commits
  11. 20 Jul, 2010 1 commit
  12. 11 Jun, 2010 2 commits
    • Wink Saville's avatar
      Make mock-ril optional and remove reference-cdma-sms. · a1664721
      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
      a1664721
    • Andy McFadden's avatar
      Fix the x86 build. · 841eabad
      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
      841eabad
  13. 10 Jun, 2010 1 commit
    • Wink Saville's avatar
      Add testV8. · 16c00522
      Wink Saville authored
      Change-Id: I26ec3bc964c523fe6f855e8fe3d436064acfb27a
      16c00522
  14. 04 Jun, 2010 1 commit
    • Kenny Root's avatar
      Skip stlport for simulator · 2db099fd
      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
      2db099fd
  15. 03 Jun, 2010 1 commit
  16. 29 May, 2010 1 commit
    • Wink Saville's avatar
      A minimal ril. · c651f248
      Wink Saville authored
      This ril loads properly but most methods are just stubs return errors.
      
      Change-Id: Ie98e5ade9ae67956ab94efbcdc3b441818ef7354
      c651f248