commit | 1985846eb07757451a6e9f5d4c838e64397b5540 | [log] [tgz] |
---|---|---|
author | Raphael <raphael@google.com> | Wed Nov 16 14:19:11 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 16 14:19:11 2011 -0800 |
tree | 557221e3bfdf05869dfc575935332b280d75db9f | |
parent | 8f71b5e96352440647fc790a37288a09ff3acb09 [diff] | |
parent | 2a533178c1f1f10f6c7060b1cb63523582c1765b [diff] |
Merge "SDK: pass $HOST_OUT variable to atree."
diff --git a/core/Makefile b/core/Makefile index 2a0b944..bff9ec0 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -1437,6 +1437,7 @@ -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)" \