aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7f46cbe0..60fcd569 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,6 +28,17 @@ cc_defaults {
"darwin-lib",
"lib",
],
+
+ // This isn't being distributed to end-users, so bump up our machine
+ // requirements.
+ cflags: [
+ "-mmacosx-version-min=10.13",
+ "-UMACOSX_DEPLOYMENT_TARGET",
+ "-DMACOSX_DEPLOYMENT_TARGET=10.13",
+ ],
+ ldflags: [
+ "-mmacosx-version-min=10.13",
+ ],
},
linux: {
local_include_dirs: [