aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-02-26 23:37:38 +0000
committerDan Albert <danalbert@google.com>2020-02-26 23:37:38 +0000
commitea4160393ef64f608b2c234527c69f93e2203e45 (patch)
tree1de003049dcce03dfd66bddb7334243c5f6f62b6 /build/tools
parent4ef2278397cfdbeadcc3714ddd5ef2ed917461cd (diff)
downloadndk-ea4160393ef64f608b2c234527c69f93e2203e45.tar.gz
Revert "Bump Mac from 10.9 to 10.10 to match Studio."
This reverts commit 4ef2278397cfdbeadcc3714ddd5ef2ed917461cd. Reason for revert: broke GCC build Change-Id: I407129bc9131f82e1c50b2aaa655b788d7bfa416
Diffstat (limited to 'build/tools')
-rw-r--r--build/tools/ndk-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/ndk-common.sh b/build/tools/ndk-common.sh
index 170d78d5f..4fe5030b0 100644
--- a/build/tools/ndk-common.sh
+++ b/build/tools/ndk-common.sh
@@ -26,7 +26,7 @@ fi
OS=`uname -s`
if [ "$OS" == "Darwin" -a -z "$MACOSX_DEPLOYMENT_TARGET" ]; then
- export MACOSX_DEPLOYMENT_TARGET="10.10"
+ export MACOSX_DEPLOYMENT_TARGET="10.9"
fi
# Find the Android NDK root, assuming we are invoked from a script