summaryrefslogtreecommitdiffstats
path: root/runtime/runtime_options.def
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2014-07-18 10:08:57 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-03-23 11:38:54 -0700
commit785049f8083e56e88dfeab5ff74fb3817f9854e3 (patch)
treeab06a7fb4acb2ed73eed4b58327ba485f61560c4 /runtime/runtime_options.def
parentf5988cf0c47ff935bb19c89ed0398be5fbe44bb6 (diff)
downloadart-785049f8083e56e88dfeab5ff74fb3817f9854e3.zip
art-785049f8083e56e88dfeab5ff74fb3817f9854e3.tar.gz
art-785049f8083e56e88dfeab5ff74fb3817f9854e3.tar.bz2
Add paths to apk!lib/<abi> to LD_LIBRARY_PATH
Add paths to .apk to LD_LIBRARY_PATH to enable bionic linker's "open from zip-file" feature. Bug: 8076853 Change-Id: I1aa2c039bb2a590ae72f256acc9ba5401c2c59b1
Diffstat (limited to 'runtime/runtime_options.def')
-rw-r--r--runtime/runtime_options.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def
index 8775f8d..6401d44 100644
--- a/runtime/runtime_options.def
+++ b/runtime/runtime_options.def
@@ -104,6 +104,7 @@ RUNTIME_OPTIONS_KEY (std::vector<std::string>, \
ImageCompilerOptions) // -Ximage-compiler-option ...
RUNTIME_OPTIONS_KEY (bool, Verify, true)
RUNTIME_OPTIONS_KEY (std::string, NativeBridge)
+RUNTIME_OPTIONS_KEY (std::string, CpuAbiList)
// Not parse-able from command line, but can be provided explicitly.
RUNTIME_OPTIONS_KEY (const std::vector<const DexFile*>*, \