aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/bin
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-02-12 12:54:15 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-12 12:54:15 -0800
commitc34940ec16868ddd1c710bffb2cb2810dc5be197 (patch)
tree54a53ca455d88a955ce71431226e54e07082b71f /platform_tools/android/bin
parentebc465b8f271f362015fdf352b8355989e59a3f3 (diff)
Remove check for platform_tools/android/third_party/externals.
We don't sync anything into it anymore, so a fresh gclient sync won't create it. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1694813004 Review URL: https://codereview.chromium.org/1694813004
Diffstat (limited to 'platform_tools/android/bin')
-rwxr-xr-xplatform_tools/android/bin/android_setup.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
index d42a3ac21b..d9799c21bd 100755
--- a/platform_tools/android/bin/android_setup.sh
+++ b/platform_tools/android/bin/android_setup.sh
@@ -75,17 +75,6 @@ if [ -z "$ANDROID_HOME" ]; then
exportVar ANDROID_HOME $ANDROID_SDK_ROOT
fi
-# check to see that gclient sync ran successfully
-THIRD_PARTY_EXTERNAL_DIR=${SCRIPT_DIR}/../third_party/externals
-if [ ! -d "$THIRD_PARTY_EXTERNAL_DIR" ]; then
- echo ""
- echo "ERROR: Unable to find the required third_party dependencies needed to build."
- echo " To fix this add the following line to your .gclient file and run 'gclient sync'"
- echo " target_os = ['android']"
- echo ""
- exit 1;
-fi
-
# Helper function to configure the GYP defines to the appropriate values
# based on the target device.
setup_device() {