OSDN Git Service

Fixed and refactored 64b host build
authorAndreas Gampe <agampe@google.com>
Wed, 12 Mar 2014 17:59:26 +0000 (10:59 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 12 Mar 2014 17:59:26 +0000 (10:59 -0700)
commit922141ac9a0ffd4888583aa6c6a06aadc016cdb8
tree7758c45fb7454cdaf4ad4a5069d5ffc41fa725fb
parentb4ebf6bc002560d967ec0f843732f22bf099ba5b
Fixed and refactored 64b host build

Add a global variable ART_HOST_ARCH in build/Android.common.mk that
will be set to x86 or x86_64 depending on BUILD_HOST_64bit. This is
then used as the instruction set for dex2oat.

Change-Id: Icec8ef9139f780314a3ff325a729750e65d6d8da
build/Android.common.mk
build/Android.oat.mk
test/Android.mk