summaryrefslogtreecommitdiffstats
path: root/core/combo/HOST_darwin-x86.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-09-20 10:06:33 -0700
committerYing Wang <wangying@google.com>2012-09-20 10:33:20 -0700
commit5bdf305bbe529a85735200353478057b65bb462e (patch)
tree334ad6745270249d18994f2c45f4118e5615a395 /core/combo/HOST_darwin-x86.mk
parent4da2f9caaab5ad95528eece0453ea95a1aa3a4e5 (diff)
downloadbuild-5bdf305bbe529a85735200353478057b65bb462e.zip
build-5bdf305bbe529a85735200353478057b65bb462e.tar.gz
build-5bdf305bbe529a85735200353478057b65bb462e.tar.bz2
Move AndroidConfig.h from system/core to the build project.
So unbundled branches don't need to include the system/core project. Change-Id: Ic4ef62ee6df069b9b2dd123aed95a3e7fcdfc146
Diffstat (limited to 'core/combo/HOST_darwin-x86.mk')
-rw-r--r--core/combo/HOST_darwin-x86.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/combo/HOST_darwin-x86.mk b/core/combo/HOST_darwin-x86.mk
index 497d14f..d05406c 100644
--- a/core/combo/HOST_darwin-x86.mk
+++ b/core/combo/HOST_darwin-x86.mk
@@ -85,10 +85,9 @@ HOST_STRIP_COMMAND = $(HOST_STRIP) --strip-debug $< -o $@
HOST_SHLIB_SUFFIX := .dylib
HOST_JNILIB_SUFFIX := .jnilib
-ifeq (,$(TARGET_BUILD_APPS))
HOST_GLOBAL_CFLAGS += \
-include $(call select-android-config-h,darwin-x86)
-endif
+
ifneq ($(filter 10.7 10.7.% 10.8 10.8.%, $(build_mac_version)),)
HOST_RUN_RANLIB_AFTER_COPYING := false
else