From 4216a8c94e320b7025acd6bf99bac4f9ae45c5c7 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 15 Mar 2011 13:28:40 -0700 Subject: [PATCH] Add the host notice file to the SDK platform-tools folder. Change-Id: Id9e789fed635c6e5b43254f8ef6ec353302ca1be --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 1d3110d78..656cc0983 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 && \ -- 2.11.0