Update android perf script

BUG=skia:

Review URL: https://codereview.chromium.org/1185293006
This commit is contained in:
msarett 2015-06-18 06:29:48 -07:00 committed by Commit bot
parent d49f48ddf7
commit b3ec76b34f

View File

@ -41,7 +41,7 @@ perf_setup() {
echo "Copying symbol files"
adb_pull_if_needed /system/lib/libc.so $TMP_SYS_LIB
adb_pull_if_needed /system/lib/libc++.so $TMP_SYS_LIB
adb_pull_if_needed /system/lib/libstdc++.so $TMP_SYS_LIB
adb_pull_if_needed /system/lib/libstlport.so $TMP_SYS_LIB
adb_pull_if_needed /system/lib/libGLESv2.so $TMP_SYS_LIB
adb_pull_if_needed /system/lib/libandroid.so $TMP_SYS_LIB