commit | b48e7c400b66e5d7f8c298fd882f304d3ff1edc5 | [log] [tgz] |
---|---|---|
author | Raphael Moll <raphael@google.com> | Tue Mar 01 11:14:07 2011 -0800 |
committer | Raphael Moll <raphael@google.com> | Tue Mar 01 11:14:07 2011 -0800 |
tree | 4badd6b621194f099337a2f1190b5b7989b45b0b | |
parent | c3efc5abe159ef428446fea7b1208f56d925ede3 [diff] |
Pass DIST_DIR to sdk.atree Change-Id: I224781b13bfbf11de553d201b4c2214f93235a67
diff --git a/core/Makefile b/core/Makefile index 1d3110d..f75f140 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -1399,6 +1399,7 @@ -I $(TARGET_COMMON_OUT_ROOT) \ -v "PLATFORM_NAME=android-$(PLATFORM_VERSION)" \ -v "OUT_DIR=$(OUT_DIR)" \ + -v "DIST_DIR=$(DIST_DIR)" \ -o $(PRIVATE_DIR) && \ cp -f $(target_notice_file_txt) \ $(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \