summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2011-11-15 16:29:16 -0800
committerRaphael <raphael@google.com>2011-11-15 16:32:42 -0800
commit2a533178c1f1f10f6c7060b1cb63523582c1765b (patch)
tree449ff303ca452c24eef023243b1c7fc07cfbe555 /core
parent9b856464ce59b73c101451eab4c3842570bca002 (diff)
downloadbuild-2a533178c1f1f10f6c7060b1cb63523582c1765b.zip
build-2a533178c1f1f10f6c7060b1cb63523582c1765b.tar.gz
build-2a533178c1f1f10f6c7060b1cb63523582c1765b.tar.bz2
SDK: pass $HOST_OUT variable to atree.
Required by Change Id623bbef45 in development.git Change-Id: I43229f1e6aaeea176df92a499b9cda3237fb36b9
Diffstat (limited to 'core')
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 2a0b944..bff9ec0 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1437,6 +1437,7 @@ $(INTERNAL_SDK_TARGET): $(deps)
-I $(TARGET_COMMON_OUT_ROOT) \
-v "PLATFORM_NAME=android-$(PLATFORM_VERSION)" \
-v "OUT_DIR=$(OUT_DIR)" \
+ -v "HOST_OUT=$(HOST_OUT)" \
-v "TARGET_ARCH=$(TARGET_ARCH)" \
-v "TARGET_CPU_ABI=$(TARGET_CPU_ABI)" \
-v "DLL_EXTENSION=$(HOST_SHLIB_SUFFIX)" \