aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-05-07 09:34:39 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-05-07 09:34:39 -0700
commitbf3d3287acad729c5db51df24ba443ea0d94c9aa (patch)
treefdf6b2b827f6d52e3a5b0dde78a1b0ea1270bc94
parent9e4e3b378fd9a62651e216f18dc26cf2b877412a (diff)
parent35bb6422bc4dddaf7871793d213c0f7144c02f0c (diff)
downloadbuild-bf3d3287acad729c5db51df24ba443ea0d94c9aa.tar.gz
Merge "Use the same compilation flags on OS X 10.8 as 10.7"
-rw-r--r--core/combo/HOST_darwin-x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_darwin-x86.mk b/core/combo/HOST_darwin-x86.mk
index 2a120d9b87..aeb91c288e 100644
--- a/core/combo/HOST_darwin-x86.mk
+++ b/core/combo/HOST_darwin-x86.mk
@@ -63,7 +63,7 @@ HOST_JNILIB_SUFFIX := .jnilib
HOST_GLOBAL_CFLAGS += \
-include $(call select-android-config-h,darwin-x86)
-ifneq ($(filter 10.7.%, $(build_mac_version)),)
+ifneq ($(filter 10.7 10.7.% 10.8 10.8.%, $(build_mac_version)),)
HOST_RUN_RANLIB_AFTER_COPYING := false
else
HOST_RUN_RANLIB_AFTER_COPYING := true