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 | |
Raphael Moll | 9ca69cf | 2013-02-12 13:48:39 -0800 | [diff] [blame] | 29 | ############################################################################## |
| 30 | # Platform Tools Component |
| 31 | ############################################################################## |
| 32 | |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 33 | rm platform-tools/adb |
Raphael | 476edba | 2011-10-22 23:41:13 -0700 | [diff] [blame] | 34 | rm platform-tools/fastboot |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 35 | bin/adb.exe strip platform-tools/adb.exe |
Raphael | 476edba | 2011-10-22 23:41:13 -0700 | [diff] [blame] | 36 | bin/fastboot.exe strip platform-tools/fastboot.exe |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 37 | bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll |
| 38 | bin/AdbWinApi.dll platform-tools/AdbWinApi.dll |
| 39 | |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 40 | |
Raphael Moll | 9ca69cf | 2013-02-12 13:48:39 -0800 | [diff] [blame] | 41 | ############################################################################## |
| 42 | # Build Tools Component |
| 43 | ############################################################################## |
Xavier Ducrohet | afda1d3 | 2013-07-25 10:40:54 -0700 | [diff] [blame] | 44 | # Note that the build-tools sub-folder uses the platform-name as a placeholder |
| 45 | # at build-time. Packaging will later change that to the actual build-tools |
| 46 | # revision as specified in the source.properties. |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 47 | |
Raphael Moll | 9ca69cf | 2013-02-12 13:48:39 -0800 | [diff] [blame] | 48 | rm build-tools/${PLATFORM_NAME}/aapt |
| 49 | bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 50 | |
Raphael Moll | 9ca69cf | 2013-02-12 13:48:39 -0800 | [diff] [blame] | 51 | rm build-tools/${PLATFORM_NAME}/aidl |
| 52 | bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 53 | |
Raphael Moll | 9ca69cf | 2013-02-12 13:48:39 -0800 | [diff] [blame] | 54 | rm build-tools/${PLATFORM_NAME}/dx |
| 55 | dalvik/dx/etc/dx.bat build-tools/${PLATFORM_NAME}/dx.bat |
| 56 | rm build-tools/${PLATFORM_NAME}/dexdump |
| 57 | bin/dexdump.exe strip build-tools/${PLATFORM_NAME}/dexdump.exe |
| 58 | |
| 59 | rm build-tools/${PLATFORM_NAME}/llvm-rs-cc |
| 60 | bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe |
| 61 | |
Xavier Ducrohet | 9368498 | 2013-07-25 12:36:16 -0700 | [diff] [blame] | 62 | rm build-tools/${PLATFORM_NAME}/libLLVM.so |
Xavier Ducrohet | cefd49a | 2013-07-25 14:48:26 -0700 | [diff] [blame^] | 63 | lib/libLLVM.dll strip build-tools/${PLATFORM_NAME}/libLLVM.dll |
Xavier Ducrohet | 9368498 | 2013-07-25 12:36:16 -0700 | [diff] [blame] | 64 | |
| 65 | rm build-tools/${PLATFORM_NAME}/libclang.so |
Xavier Ducrohet | cefd49a | 2013-07-25 14:48:26 -0700 | [diff] [blame^] | 66 | lib/libclang.dll strip build-tools/${PLATFORM_NAME}/libclang.dll |
Xavier Ducrohet | 9368498 | 2013-07-25 12:36:16 -0700 | [diff] [blame] | 67 | |
Xavier Ducrohet | afda1d3 | 2013-07-25 10:40:54 -0700 | [diff] [blame] | 68 | #bcc not yet compiled on windows |
Xavier Ducrohet | 9368498 | 2013-07-25 12:36:16 -0700 | [diff] [blame] | 69 | |
| 70 | rm build-tools/${PLATFORM_NAME}/libbcc.so |
Xavier Ducrohet | cefd49a | 2013-07-25 14:48:26 -0700 | [diff] [blame^] | 71 | #lib/libbcc.dll strip build-tools/${PLATFORM_NAME}/libbcc.dll |
Xavier Ducrohet | 9368498 | 2013-07-25 12:36:16 -0700 | [diff] [blame] | 72 | |
| 73 | rm build-tools/${PLATFORM_NAME}/libbcinfo.so |
Xavier Ducrohet | cefd49a | 2013-07-25 14:48:26 -0700 | [diff] [blame^] | 74 | #lib/libbcinfo.dll strip build-tools/${PLATFORM_NAME}/libbcinfo.dll |
Xavier Ducrohet | afda1d3 | 2013-07-25 10:40:54 -0700 | [diff] [blame] | 75 | |
Raphael Moll | 9ca69cf | 2013-02-12 13:48:39 -0800 | [diff] [blame] | 76 | |
| 77 | |
| 78 | ############################################################################## |
| 79 | # Docs Component |
| 80 | ############################################################################## |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 81 | |
Raphael | bc16220 | 2011-09-14 21:12:15 -0700 | [diff] [blame] | 82 | external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html |
| 83 | external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files |
| 84 | external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html |
| 85 | external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files |
| 86 | |