From 55999dcb6fa9a12db540915f0304e1bed82daf12 Mon Sep 17 00:00:00 2001 From: cullinan Date: Tue, 18 Nov 2014 10:36:47 -0800 Subject: [PATCH] Copy unittests binary in android-sync.sh Without this change, `make android_arm.release.check` fails since the unittests binary does not exist on the device. BUG=v8:3695 LOG= Review URL: https://codereview.chromium.org/722373003 Cr-Commit-Position: refs/heads/master@{#25405} --- tools/android-sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/android-sync.sh b/tools/android-sync.sh index 460e92d2a..4acb1cc5a 100755 --- a/tools/android-sync.sh +++ b/tools/android-sync.sh @@ -88,6 +88,7 @@ function sync_dir { echo -n "sync to $ANDROID_V8/$OUTDIR/$ARCH_MODE" sync_file "$OUTDIR/$ARCH_MODE/cctest" sync_file "$OUTDIR/$ARCH_MODE/d8" +sync_file "$OUTDIR/$ARCH_MODE/unittests" echo "" echo -n "sync to $ANDROID_V8/tools" sync_file tools/consarray.js -- 2.34.1