diff options
author | Raphael <raphael@google.com> | 2011-11-16 14:19:11 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-11-16 14:19:11 -0800 |
commit | 1985846eb07757451a6e9f5d4c838e64397b5540 (patch) | |
tree | 557221e3bfdf05869dfc575935332b280d75db9f /core | |
parent | 8f71b5e96352440647fc790a37288a09ff3acb09 (diff) | |
parent | 2a533178c1f1f10f6c7060b1cb63523582c1765b (diff) | |
download | build-1985846eb07757451a6e9f5d4c838e64397b5540.zip build-1985846eb07757451a6e9f5d4c838e64397b5540.tar.gz build-1985846eb07757451a6e9f5d4c838e64397b5540.tar.bz2 |
Merge "SDK: pass $HOST_OUT variable to atree."
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 1 |
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)" \ |