summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/art2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/art b/tools/art
index 077dc4a8b7..bc0c85e2b8 100644
--- a/tools/art
+++ b/tools/art
@@ -278,7 +278,7 @@ if [ "$JIT_PROFILE" = "yes" ]; then
-Xps-profile-path:$PROFILE_PATH \
-Xusejit:true \
"${ARGS_WITH_QUICKEN[@]}" \
- "&>" "$ANDROID_DATA/profile_gen.log"
+ &> "$ANDROID_DATA/profile_gen.log"
EXIT_STATUS=$?
if [ $EXIT_STATUS != 0 ]; then