OSDN Git Service

Copy notice file in the new system image folder
authorXavier Ducrohet <xav@android.com>
Wed, 21 Sep 2011 17:22:19 +0000 (10:22 -0700)
committerXavier Ducrohet <xav@android.com>
Wed, 21 Sep 2011 21:25:52 +0000 (14:25 -0700)
Change-Id: I4fafe5dc9dc1749de56267206a9b847a97e6a14b

core/Makefile

index c3c3abd..2a0c831 100644 (file)
@@ -1420,7 +1420,7 @@ $(INTERNAL_SDK_TARGET): $(deps)
                        -v "DLL_EXTENSION=$(HOST_SHLIB_SUFFIX)" \
                        -o $(PRIVATE_DIR) && \
                cp -f $(target_notice_file_txt) \
-                               $(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/$(TARGET_CPU_ABI)/NOTICE.txt && \
+                               $(PRIVATE_DIR)/system-images/android-$(PLATFORM_VERSION)/$(TARGET_CPU_ABI)/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 && \
                HOST_OUT_EXECUTABLES=$(HOST_OUT_EXECUTABLES) HOST_OS=$(HOST_OS) \