OSDN Git Service

am 611b8b55: am fd684f6d: Merge "Always setup the native bridge library" into lmp-dev
authorCalin Juravle <calin@google.com>
Fri, 22 Aug 2014 17:12:13 +0000 (17:12 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 22 Aug 2014 17:12:13 +0000 (17:12 +0000)
* commit '611b8b55d7d3b6239849eeb37760a20d7246a173':
  Always setup the native bridge library

1  2 
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/runtime.cc

Simple merge
@@@ -44,9 -44,8 +44,9 @@@ class ParsedOptions 
    std::string class_path_string_;
    std::string image_;
    bool check_jni_;
 +  bool force_copy_;
    std::string jni_trace_;
-   std::string native_bridge_library_path_;
+   std::string native_bridge_library_filename_;
    CompilerCallbacks* compiler_callbacks_;
    bool is_zygote_;
    bool must_relocate_;
Simple merge