summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2011-01-05 14:58:17 -0800
committerRaphael Moll <ralf@android.com>2011-01-05 14:58:17 -0800
commit7558ad55ce34db67cc17059faade2a5908e20c8a (patch)
tree7ba0b22ab6abfe40409f56aa33d8bbb068c2054d
parent96d3e9b3108eb430a01cca41cb06baa1b8eb22ec (diff)
downloadbuild-7558ad55ce34db67cc17059faade2a5908e20c8a.zip
build-7558ad55ce34db67cc17059faade2a5908e20c8a.tar.gz
build-7558ad55ce34db67cc17059faade2a5908e20c8a.tar.bz2
Pass OUT_DIR variable to atree.
Change-Id: Iabbe905341dfe970448682a9dcbb170a04ad5222
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 29c4043..e67f9dd 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 && \