Remove the pre-made notice file from platform-tools.

A change in build.git now puts the one that's automatically
generated.

Change-Id: Idced9ea6176152400189203b84809c9a5a3fd92e
diff --git a/build/sdk.atree b/build/sdk.atree
index 1fb7dad..d8fa23c 100644
--- a/build/sdk.atree
+++ b/build/sdk.atree
@@ -47,7 +47,6 @@
 bin/dexdump                                   platform-tools/dexdump
 framework/dx.jar                              platform-tools/lib/dx.jar
 
-sdk/files/sdk_files_NOTICE.txt                platform-tools/NOTICE.txt
 development/sdk/plat_tools_source.properties  platform-tools/source.properties
 
 ##############################################################################
@@ -55,10 +54,10 @@
 ##############################################################################
 
 # version files for the SDK updater, from sdk.git
-development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
+development/sdk/platform_source.properties    platforms/${PLATFORM_NAME}/source.properties
 
 # copy build prop from out/.../sdk/
-sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
+sdk/sdk-build.prop                            platforms/${PLATFORM_NAME}/build.prop
 
 # the uper-jar file that apps link against. This is the public API
 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
@@ -205,6 +204,7 @@
 
 development/sdk/compatibility_source.properties                                                   extras/android/compatibility/source.properties
 development/sdk/compatibility_README.txt                                                          extras/android/compatibility/README.txt
+sdk/files/sdk_files_NOTICE.txt                                                                    extras/android/compatibility/NOTICE.txt
 ${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar    extras/android/compatibility/v4/android-support-v4.jar
 frameworks/support/v4                                                                             extras/android/compatibility/v4/src
 development/samples/ApiDemos                                                                      extras/android/compatibility/v4/samples/ApiDemos