Merge "Pass OUT_DIR variable to atree."

This commit is contained in:
Raphael Moll 2011-01-05 15:35:24 -08:00 committed by Android Code Review
commit 7e27c8e155
1 changed files with 1 additions and 0 deletions

View File

@ -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 && \