Skip to content

Commit a91b4ce

Browse files
Change default ARCH version in android low-level profiler script to 4.6
[email protected] Review URL: https://chromiumcodereview.appspot.com/11086002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@12671 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent d72b8ab commit a91b4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/android-ll-prof.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ adb pull /data/local/tmp/v8/v8.log .
6060
adb pull /data/local/tmp/v8/v8.log.ll .
6161
adb pull /data/perf.data .
6262

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

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

0 commit comments

Comments
 (0)