aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-02-11 14:01:11 -0800
committerDan Albert <danalbert@google.com>2020-02-11 14:04:32 -0800
commit39308a11b5e34a83aa6ff18523a59593e450a323 (patch)
tree1de003049dcce03dfd66bddb7334243c5f6f62b6 /build
parenta03a6254509f5b0cef1e761390be06ba7e298481 (diff)
downloadndk-39308a11b5e34a83aa6ff18523a59593e450a323.tar.gz
Update Mac OS X deployment target to 10.9.
Binaries built against 10.8 cannot be notarized, and thus cannot be run on Catalina. Test: None, need the build server to produce the artifacts first Bug: http://b/143105198 Bug: https://github.com/android/ndk/issues/1060 Change-Id: I205f83d61d5b5785491de233346c9ebf4fcfba42
Diffstat (limited to 'build')
-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 737e0e450..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.8"
+ export MACOSX_DEPLOYMENT_TARGET="10.9"
fi
# Find the Android NDK root, assuming we are invoked from a script