Port Mock Ril from master branch to GB. DO NOT MERGE

- 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
66 files changed