am 3509469b: am 4216a8c9: Add the host notice file to the SDK platform-tools folder.

* commit '3509469b43976cddf2ec4fc8a1020722dc214caf':
  Add the host notice file to the SDK platform-tools folder.
This commit is contained in:
Xavier Ducrohet
2011-03-15 13:53:08 -07:00
committed by Android Git Automerger

View File

@@ -1405,6 +1405,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 && \