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/ios/bin/ios_setup.sh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'platform_tools/ios') diff --git a/platform_tools/ios/bin/ios_setup.sh b/platform_tools/ios/bin/ios_setup.sh index 265cadfedf..0490980346 100755 --- a/platform_tools/ios/bin/ios_setup.sh +++ b/platform_tools/ios/bin/ios_setup.sh @@ -28,16 +28,6 @@ CODE_SIGN_IDENTITY="iPhone Developer" IOS_RESULTS_DIR="results" -# BUILDTYPE is 'Debug' by default. -if [[ -z "$BUILDTYPE" ]]; then - BUILDTYPE="Debug" -fi - -# Out dir is $SKIA_SRC_DIR/out by default. -if [[ -z "$SKIA_OUT" ]]; then - SKIA_OUT="$SKIA_SRC_DIR/out" -fi - # Location of XCode build products. if [[ -z "$XCODEBUILD" ]]; then XCODEBUILD="${SKIA_SRC_DIR}/xcodebuild" -- cgit v1.2.3