OSDN Git Service

[ART] Move to system/core native bridge library
authorCalin Juravle <calin@google.com>
Tue, 12 Aug 2014 19:55:20 +0000 (20:55 +0100)
committerCalin Juravle <calin@google.com>
Fri, 15 Aug 2014 12:27:42 +0000 (13:27 +0100)
commit93de4273d72a2558a7b3423547b5074cd76c5796
tree227453bdc534d34c05bdaf6a0e34edf555da5b19
parent4f1d05f0531b980b16dbff18161f02160919ec31
[ART] Move to system/core native bridge library

Some cleanups on the way:
- move NativeBridgeRuntimeCallbacks from a global to a field
- rename native_bridge_library_string to the more suggestive
navtive_bridge_library_path
- clean up imports

Bug: 16884833

(cherry picked from commit I73aab8e212860ba5aee9444d801806d3da326a41)

Change-Id: I67f037ea81d2a4ede4294afd8b84b7640e534a13
runtime/Android.mk
runtime/jni_internal.cc
runtime/native_bridge.cc [deleted file]
runtime/native_bridge.h [deleted file]
runtime/native_bridge_art_interface.cc [new file with mode: 0644]
runtime/native_bridge_art_interface.h [new file with mode: 0644]
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/runtime.cc
runtime/runtime.h
test/115-native-bridge/nativebridge.cc