Commit 7bea116e authored by ulan@chromium.org's avatar ulan@chromium.org

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

R=jkummerow@chromium.org

Review URL: https://chromiumcodereview.appspot.com/11086002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12671 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 329cf123
...@@ -60,7 +60,7 @@ adb pull /data/local/tmp/v8/v8.log . ...@@ -60,7 +60,7 @@ adb pull /data/local/tmp/v8/v8.log .
adb pull /data/local/tmp/v8/v8.log.ll . adb pull /data/local/tmp/v8/v8.log.ll .
adb pull /data/perf.data . 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" TOOLCHAIN="${ANDROID_NDK_ROOT}/toolchains/$ARCH/prebuilt/linux-x86/bin"
$BASE/tools/ll_prof.py --host-root="$BASE/deploy" \ $BASE/tools/ll_prof.py --host-root="$BASE/deploy" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment