Add the host notice file to the SDK platform-tools folder.

Change-Id: Id9e789fed635c6e5b43254f8ef6ec353302ca1be
This commit is contained in:
Xavier Ducrohet 2011-03-15 13:28:40 -07:00
parent 59daa2bc61
commit 4216a8c94e
1 changed files with 1 additions and 0 deletions

View File

@ -1403,6 +1403,7 @@ $(INTERNAL_SDK_TARGET): $(deps)
cp -f $(target_notice_file_txt) \
$(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \
cp -f $(tools_notice_file_txt) $(PRIVATE_DIR)/tools/NOTICE.txt && \
cp -f $(tools_notice_file_txt) $(PRIVATE_DIR)/platform-tools/NOTICE.txt && \
if [ -f $(PRIVATE_DIR)/platform-tools/llvm-rs-cc ]; then \
$(HOST_STRIP_SDK_LLVM) $(PRIVATE_DIR)/platform-tools/llvm-rs-cc; \
fi && \