aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerban Constantinescu <serban.constantinescu@linaro.org>2016-08-05 11:59:12 +0100
committerSerban Constantinescu <serban.constantinescu@linaro.org>2016-08-17 16:27:40 +0100
commit831b6e91834adcd48fa1d3aa9442c050f9e9e851 (patch)
tree4b5ca66de4fe7eda5c4960f9723599589827ec11
parent809e8bc1beadab4e47d66b31e3a7e1ba50abea32 (diff)
downloadart-build-scripts-831b6e91834adcd48fa1d3aa9442c050f9e9e851.tar.gz
Add a clean-up stage for VIXL selftests
Change-Id: I3c1ee8b346a7f5ed5e5c63f621440d6bb81aca64
-rwxr-xr-xtests/test_art_vixl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_art_vixl.sh b/tests/test_art_vixl.sh
index c6d2010c..d3ad6bce 100755
--- a/tests/test_art_vixl.sh
+++ b/tests/test_art_vixl.sh
@@ -39,6 +39,10 @@ test_vixl_selftests() {
safe ./third_party/android/generate_android_mk.py
fi
+ # Remove VIXL's output folder. This is a workaround a known scons issue.
+ # Scons issue: http://scons.tigris.org/issues/show_bug.cgi?id=2462
+ safe rm -fr obj
+
# FIXME(Stable): Workaround for the current stable tree that does not have
# a recent VIXL version and thus does not have this file.
# TODO(Stable): When a new stable tree that has a recent version of VIXL