commit | d0f04f70cc76e9f3119bbff1ebf559396993b154 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Jul 23 12:37:10 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Jul 23 13:05:12 2014 +0100 |
tree | 87e6e6ed06bc38ad8a3da61efedd47337a571c26 | |
parent | d83d1a7edf07c33336935faff918424b23247320 [diff] |
Use the correct HOST_ARCH for oat files. This typo explains why test-art-host-oat-optimizing-SignalTest32 would work on a 32bit host build and fail on a 64bit host build: because dex2oat does not generate the code in the expected path (x86_64 instead of x86), dalvikvm would re-generate it, with the default settings (that is with quick compiler), and hence the test would not fail. Change-Id: I08b5ec316deb4d669fe76066d33a91fc3ed9e3f9