diff options
Diffstat (limited to 'runtime/parsed_options.h')
-rw-r--r-- | runtime/parsed_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h index c328ca7ef5..7955c892c7 100644 --- a/runtime/parsed_options.h +++ b/runtime/parsed_options.h @@ -46,7 +46,7 @@ class ParsedOptions { bool check_jni_; bool force_copy_; 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_; |