diff options
author | Eric Boren <borenet@google.com> | 2018-05-15 15:04:58 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-15 19:36:23 +0000 |
commit | 0f690105496fa7f1de4bee85f4bf035cdefa84a8 (patch) | |
tree | b484f387d2c0a2c24a7ace970f2513431e8f4beb /platform_tools/ios | |
parent | 5ab841f18b61e5936bd078ba4a0713603c410845 (diff) |
[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 <borenet@google.com>
Reviewed-by: Stephan Altmueller <stephana@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'platform_tools/ios')
-rwxr-xr-x | platform_tools/ios/bin/ios_setup.sh | 10 |
1 files changed, 0 insertions, 10 deletions
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" |