Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2011 The Android Open Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | # |
| 18 | # These are the files that comprise the *Windows* SDK. |
| 19 | # |
| 20 | # The Windows SDK is based on the Linux one so in this file we |
| 21 | # need to remove Linux binaries and replace them by their |
| 22 | # Windows counterparts. |
| 23 | # |
| 24 | # This file only includes platform-dependent files. |
| 25 | # Tools-dependent files (and not tied to a specific platform) |
| 26 | # are controled by sdk/build/tools.windows.atree. |
| 27 | # |
| 28 | |
| 29 | rm platform-tools/adb |
Raphael | 476edba | 2011-10-22 23:41:13 -0700 | [diff] [blame] | 30 | rm platform-tools/fastboot |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 31 | bin/adb.exe strip platform-tools/adb.exe |
Raphael | 476edba | 2011-10-22 23:41:13 -0700 | [diff] [blame] | 32 | bin/fastboot.exe strip platform-tools/fastboot.exe |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 33 | bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll |
| 34 | bin/AdbWinApi.dll platform-tools/AdbWinApi.dll |
| 35 | |
| 36 | rm platform-tools/aapt |
| 37 | bin/aapt.exe strip platform-tools/aapt.exe |
| 38 | |
| 39 | rm platform-tools/aidl |
| 40 | bin/aidl.exe strip platform-tools/aidl.exe |
| 41 | |
| 42 | rm platform-tools/dx |
Raphael Moll | ec48ca3 | 2011-09-17 21:52:14 -0700 | [diff] [blame] | 43 | dalvik/dx/etc/dx.bat platform-tools/dx.bat |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 44 | |
| 45 | rm platform-tools/dexdump |
| 46 | bin/dexdump.exe strip platform-tools/dexdump.exe |
| 47 | |
| 48 | rm platform-tools/llvm-rs-cc |
| 49 | bin/llvm-rs-cc.exe strip platform-tools/llvm-rs-cc.exe |
| 50 | |
| 51 | prebuilt/windows/swt/swt.jar tools/lib/x86/swt.jar |
| 52 | prebuilt/windows-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar |
| 53 | |
| 54 | external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator |
| 55 | external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content |
| 56 | external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates |
| 57 | prebuilt/windows/jetcreator/EASDLL.dll tools/Jet/JetCreator/EASDLL.dll |
| 58 | external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html |
| 59 | external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files |
| 60 | external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html |
| 61 | external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files |
| 62 | |