From 7558ad55ce34db67cc17059faade2a5908e20c8a Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Wed, 5 Jan 2011 14:58:17 -0800 Subject: [PATCH] Pass OUT_DIR variable to atree. Change-Id: Iabbe905341dfe970448682a9dcbb170a04ad5222 --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 29c40437b..e67f9dd45 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1368,6 +1368,7 @@ $(INTERNAL_SDK_TARGET): $(deps) -I $(HOST_OUT) \ -I $(TARGET_COMMON_OUT_ROOT) \ -v "PLATFORM_NAME=android-$(PLATFORM_VERSION)" \ + -v "OUT_DIR=$(OUT_DIR)" \ -o $(PRIVATE_DIR) && \ cp -f $(target_notice_file_txt) \ $(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \