Index: build/android/envsetup.sh |
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh |
index 4c6c7245d5a47a27097a3f9098081ed91ac2ba05..46e3a4eaeccdfbfddf1a76d2c35e756460287aa6 100755 |
--- a/build/android/envsetup.sh |
+++ b/build/android/envsetup.sh |
@@ -49,18 +49,6 @@ case "${host_arch}" in |
return 1 |
esac |
-case "${host_os}" in |
- "linux") |
- toolchain_dir="linux-${host_arch}" |
- ;; |
- "mac") |
- toolchain_dir="darwin-${host_arch}" |
- ;; |
- *) |
- echo "Host platform ${host_os} is not supported" >& 2 |
- return 1 |
-esac |
- |
CURRENT_DIR="$(readlink -f "${SCRIPT_DIR}/../../")" |
if [[ -z "${CHROME_SRC}" ]]; then |
# If $CHROME_SRC was not set, assume current directory is CHROME_SRC. |