summaryrefslogtreecommitdiffstats
path: root/build/Android.common_test.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-07-16 16:23:40 +0100
committerNicolas Geoffray <ngeoffray@google.com>2014-07-16 17:55:38 +0100
commit8d486731559ba0c5e12c27b4a507181333702b7e (patch)
tree78d19970d33511d6a1c54560801d5c5dcc0c47af /build/Android.common_test.mk
parentfbde4dd1cb6db729e3f3ee5bdae0cdd824d73054 (diff)
downloadart-8d486731559ba0c5e12c27b4a507181333702b7e.zip
art-8d486731559ba0c5e12c27b4a507181333702b7e.tar.gz
art-8d486731559ba0c5e12c27b4a507181333702b7e.tar.bz2
Use the thumb2 assembler for the optimizing compiler.
Change-Id: I2b058f4433504dc3299c06f5cb0b5ab12f34aa82
Diffstat (limited to 'build/Android.common_test.mk')
-rw-r--r--build/Android.common_test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk
index ed07129..470ddfd 100644
--- a/build/Android.common_test.mk
+++ b/build/Android.common_test.mk
@@ -23,7 +23,8 @@ include art/build/Android.common_path.mk
# rule name such as test-art-host-oat-optimizing-HelloWorld64.
ART_TEST_KNOWN_BROKEN := \
test-art-host-oat-optimizing-SignalTest64 \
- test-art-host-oat-optimizing-SignalTest32
+ test-art-host-oat-optimizing-SignalTest32 \
+ test-art-target-oat-optimizing-SignalTest32
# List of known failing tests that when executed won't cause test execution to not finish.
# The test name must be the full rule name such as test-art-host-oat-optimizing-HelloWorld64.