Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Unified Diff: platform_tools/android/bin/android_perf

Issue 1180983002: Switch SkJpegCode to libjpeg-turbo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: platform_tools/android/bin/android_perf
diff --git a/platform_tools/android/bin/android_perf b/platform_tools/android/bin/android_perf
index 726908283dd3832d2e2a5e9375df53f2314cba6f..3754013ef321ab42ff2c18f7f89a5b4d064acd4f 100755
--- a/platform_tools/android/bin/android_perf
+++ b/platform_tools/android/bin/android_perf
@@ -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
djsollen 2015/06/16 19:33:29 can you upload this as a separate patch?
msarett 2015/06/18 21:06:10 Done.
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

Powered by Google App Engine
This is Rietveld 408576698