diff options
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index c8c2ee530d..bec26f8eaa 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -774,6 +774,9 @@ class Runtime { // building a statically link version of dex2oat. bool no_sig_chain_; + // Force the use of native bridge even if the app ISA matches the runtime ISA. + bool force_native_bridge_; + // Whether or not a native bridge has been loaded. // // The native bridge allows running native code compiled for a foreign ISA. The way it works is, |