commit | 576c384ed84cfcc5658e785af79aa925155e81fa | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Mon Aug 04 19:17:06 2014 +0100 |
committer | Calin Juravle <calin@google.com> | Wed Aug 06 19:28:28 2014 +0100 |
tree | 140b546c836f37cd42ef8d358cc0974299fdbbe6 | |
parent | 8b8c718cbb4ac8d2e6210567d9b6097f428be222 [diff] |
Use native ISA for dex code (in case there's a NativeBridge) In the presence of a native bridge it is more efficient to compile the dex directly to the native ISA than to use the shared library ISA as a reference. This can be achieve by configuring the readonly system properties to map between the .so ISA and the desired dex code .ISA (e.g. ro.dalvik.vm.isa.ISA1=ISA2). Bug: 16185267 Change-Id: I50baa7b37e1465b9adf72d6f6b96f526a08d59c7