summaryrefslogtreecommitdiffstats
path: root/tools/art
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2014-05-01 15:14:34 -0700
committerHiroshi Yamauchi <yamauchi@google.com>2014-05-01 15:51:45 -0700
commitf5656ce680de254bdd336bf834aa1de0a945a8fe (patch)
treeccecfa8a351c4c0f4d161934be12f8f8380bb178 /tools/art
parent9a16f222cdf40e68b084316b6e768c14d4b9e020 (diff)
downloadart-f5656ce680de254bdd336bf834aa1de0a945a8fe.tar.gz
art-f5656ce680de254bdd336bf834aa1de0a945a8fe.tar.bz2
art-f5656ce680de254bdd336bf834aa1de0a945a8fe.zip
Fix the tools/art script about the ISA-specific dalvik cache.
Bug: 14470552 Change-Id: I71367052d2a5f0dcf66cf2dfdbc260aff4ac952e
Diffstat (limited to 'tools/art')
-rwxr-xr-xtools/art2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/art b/tools/art
index c9c0d4fe5..e3f409c21 100755
--- a/tools/art
+++ b/tools/art
@@ -48,7 +48,7 @@ ANDROID_BUILD_TOP="$(cd "${PROG_DIR}/../../../../" ; pwd -P)/"
ANDROID_HOST_OUT=$PROG_DIR/..
ANDROID_DATA=$PWD/android-data$$
-mkdir -p $ANDROID_DATA/dalvik-cache
+mkdir -p $ANDROID_DATA/dalvik-cache/{x86,x86_64}
ANDROID_DATA=$ANDROID_DATA \
ANDROID_ROOT=$ANDROID_HOST_OUT \
LD_LIBRARY_PATH=$ANDROID_HOST_OUT/lib \