From 0f690105496fa7f1de4bee85f4bf035cdefa84a8 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Tue, 15 May 2018 15:04:58 -0400 Subject: [recipes] BUILDTYPE and SKIA_OUT are no longer used Bug: skia:6473 Change-Id: I67b0dbf6dba26233df1d8e44f3e2f69ca0cc9d3e Reviewed-on: https://skia-review.googlesource.com/128320 Commit-Queue: Eric Boren Reviewed-by: Stephan Altmueller Reviewed-by: Ben Wagner --- platform_tools/android/bin/android_perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform_tools/android') diff --git a/platform_tools/android/bin/android_perf b/platform_tools/android/bin/android_perf index 0d1d5e2e39..43285f044e 100755 --- a/platform_tools/android/bin/android_perf +++ b/platform_tools/android/bin/android_perf @@ -38,7 +38,7 @@ perf_setup() { adb_pull_if_needed /system/lib/libm.so $TMP_SYS_LIB adb_pull_if_needed /system/lib/libz.so $TMP_SYS_LIB - # BUILDTYPE variable is set by android_setup.sh + # SKIA_OUT variable is set by android_setup.sh if [ ! -f "${SKIA_OUT}/${runVars[0]}" ]; then echo "Unable to find the ${runVars[0]} executable" -- cgit v1.2.3