Reviewers: Jakob,

Message:
PTAL

Description:
Change default ARCH version in android low-level profiler script to 4.6

[email protected]


Please review this at https://chromiumcodereview.appspot.com/11086002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M tools/android-ll-prof.sh


Index: tools/android-ll-prof.sh
diff --git a/tools/android-ll-prof.sh b/tools/android-ll-prof.sh
index 78790ecb62baa25eb44a70fb278adfb5a2ebafef..436f262bb3682d5b6a6c408f02159ab5da205eca 100755
--- a/tools/android-ll-prof.sh
+++ b/tools/android-ll-prof.sh
@@ -60,7 +60,7 @@ adb pull /data/local/tmp/v8/v8.log .
 adb pull /data/local/tmp/v8/v8.log.ll .
 adb pull /data/perf.data .

-ARCH=arm-linux-androideabi-4.4.3
+ARCH=arm-linux-androideabi-4.6
 TOOLCHAIN="${ANDROID_NDK_ROOT}/toolchains/$ARCH/prebuilt/linux-x86/bin"

 $BASE/tools/ll_prof.py --host-root="$BASE/deploy" \


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to