OSDN Git Service

Fix building tests with partial arch codegen support
authorColin Cross <ccross@android.com>
Thu, 18 Aug 2016 20:45:24 +0000 (13:45 -0700)
committerColin Cross <ccross@android.com>
Fri, 19 Aug 2016 17:47:35 +0000 (10:47 -0700)
commita75b01a549f0c86669dd24e53c9e3e74f0bf5b40
treefbca55a54871421db00709e6bbb51e48c851069f
parent3049b2a54b5b55d094fea603236f492c31b842e1
Fix building tests with partial arch codegen support

Add conditionals around more code that is only used for codegen for
specific architectures, and move a few more files into the
architecture-specific codegen lists.

Tests: ART_HOST_CODEGEN_ARCHS="x86_64 mips" m -j ART_TARGET_CODEGEN_ARCHS=svelte test-art-host
Bug: 30928847
Change-Id: I0444d15e1cafe4c9b13ff78718c3b13b544270e7
build/Android.common_build.mk
build/Android.gtest.mk
compiler/Android.mk
compiler/jni/jni_cfi_test.cc
compiler/optimizing/codegen_test.cc
compiler/optimizing/optimizing_cfi_test.cc
compiler/utils/jni_macro_assembler.cc