[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
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h
index 3dbe26f..1cb9b3a 100644
--- a/runtime/parsed_options.h
+++ b/runtime/parsed_options.h
@@ -45,7 +45,7 @@
std::string image_;
bool check_jni_;
std::string jni_trace_;
- std::string native_bridge_library_string_;
+ std::string native_bridge_library_path_;
CompilerCallbacks* compiler_callbacks_;
bool is_zygote_;
bool must_relocate_;