OSDN Git Service

Always setup the native bridge library
authorCalin Juravle <calin@google.com>
Fri, 22 Aug 2014 11:53:59 +0000 (12:53 +0100)
committerCalin Juravle <calin@google.com>
Fri, 22 Aug 2014 11:53:59 +0000 (12:53 +0100)
commitccdd4a5be1db2588767ed230b7064e5fe802ce8d
tree9752fd97b677d353cc7b2b5b1aead8df0ed45893
parentc6a62592836612b09ff1a8021e49b1328d85493b
Always setup the native bridge library

... even if the string is empty. This will initialize the native bridge
library but mark it as unavailable.

- also, rename native_bridge_library_path to
native_bridge_library_filename to be closer to the actual meaning (it's
just the filename without any path).

Bug: 16404669.
Change-Id: I94628639691459d48d1fbf0841f36b68d51818e7
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/runtime.cc
runtime/runtime.h