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############################################################################## 30# Platform Tools Component 31############################################################################## 32 33rm platform-tools/adb 34rm platform-tools/fastboot 35bin/adb.exe strip platform-tools/adb.exe 36bin/fastboot.exe strip platform-tools/fastboot.exe 37 38rm platform-tools/e2fsdroid 39rm platform-tools/mke2fs 40bin/mke2fs.exe strip platform-tools/mke2fs.exe 41 42rm platform-tools/sload_f2fs 43rm platform-tools/make_f2fs 44rm platform-tools/make_f2fs_casefold 45 46# libc++.so not needed on Windows, and that's the only thing here 47rm platform-tools/lib64 48 49bin/make_f2fs.exe strip platform-tools/make_f2fs.exe 50bin/make_f2fs_casefold.exe strip platform-tools/make_f2fs_casefold.exe 51 52lib/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll 53lib/AdbWinApi.dll platform-tools/AdbWinApi.dll 54prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll platform-tools/libwinpthread-1.dll 55 56rm platform-tools/sqlite3 57bin/sqlite3.exe strip platform-tools/sqlite3.exe 58 59rm platform-tools/dmtracedump 60bin/dmtracedump.exe strip platform-tools/dmtracedump.exe 61 62rm platform-tools/hprof-conv 63bin/hprof-conv.exe strip platform-tools/hprof-conv.exe 64 65rm platform-tools/etc1tool 66bin/etc1tool.exe strip platform-tools/etc1tool.exe 67 68 69 70############################################################################## 71# Build Tools Component 72############################################################################## 73# Note that the build-tools sub-folder uses the platform-name as a placeholder 74# at build-time. Packaging will later change that to the actual build-tools 75# revision as specified in the source.properties. 76 77# Needed by all binaries compiled by mingw32-64 78prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll strip build-tools/${PLATFORM_NAME}/libwinpthread-1.dll 79 80rm build-tools/${PLATFORM_NAME}/aapt 81bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe 82 83rm build-tools/${PLATFORM_NAME}/aapt2 84bin/aapt2.exe strip build-tools/${PLATFORM_NAME}/aapt2.exe 85 86rm build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.so 87lib/libaapt2_jni.dll strip build-tools/${PLATFORM_NAME}/libaapt2_jni.dll 88 89# Also include a 64-bit version of libaapt2_jni.dll for use by 64-bit JVMs. 90lib64/libaapt2_jni.dll strip build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.dll 91 92# Also include the 64-bit libwinpthread-1.dll needed by libaapt2_jni.dll. 93prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/bin/libwinpthread-1.dll strip build-tools/${PLATFORM_NAME}/lib64/libwinpthread-1.dll 94 95rm build-tools/${PLATFORM_NAME}/split-select 96bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe 97 98rm build-tools/${PLATFORM_NAME}/aidl 99bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe 100 101rm build-tools/${PLATFORM_NAME}/apksigner 102tools/apksig/etc/apksigner.bat build-tools/${PLATFORM_NAME}/apksigner.bat 103 104rm build-tools/${PLATFORM_NAME}/zipalign 105bin/zipalign.exe strip build-tools/${PLATFORM_NAME}/zipalign.exe 106 107rm build-tools/${PLATFORM_NAME}/dexdump 108bin/dexdump.exe strip build-tools/${PLATFORM_NAME}/dexdump.exe 109 110rm build-tools/${PLATFORM_NAME}/d8 111prebuilts/r8/d8.bat build-tools/${PLATFORM_NAME}/d8.bat 112 113rm build-tools/${PLATFORM_NAME}/llvm-rs-cc 114bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe 115 116# libc++.so not needed on Windows. 117rm build-tools/${PLATFORM_NAME}/lib64/libc++.so 118 119rm build-tools/${PLATFORM_NAME}/lib64/libLLVM_android.so 120lib/libLLVM_android.dll strip build-tools/${PLATFORM_NAME}/libLLVM_android.dll 121 122rm build-tools/${PLATFORM_NAME}/lib64/libclang_android.so 123lib/libclang_android.dll strip build-tools/${PLATFORM_NAME}/libclang_android.dll 124 125#bcc not yet compiled on windows 126 127rm build-tools/${PLATFORM_NAME}/lib64/libbcc.so 128lib/libbcc.dll strip build-tools/${PLATFORM_NAME}/libbcc.dll 129 130rm build-tools/${PLATFORM_NAME}/lib64/libbcinfo.so 131lib/libbcinfo.dll strip build-tools/${PLATFORM_NAME}/libbcinfo.dll 132 133rm build-tools/${PLATFORM_NAME}/bcc_compat 134bin/bcc_compat.exe strip build-tools/${PLATFORM_NAME}/bcc_compat.exe 135 136rm build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld 137prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld.exe 138 139rm build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld 140prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld.exe 141 142rm build-tools/${PLATFORM_NAME}/i686-linux-android-ld 143prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/i686-linux-android-ld.exe 144 145rm build-tools/${PLATFORM_NAME}/x86_64-linux-android-ld 146prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/x86_64-linux-android-ld.exe 147 148rm build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld 149prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld.exe 150 151rm build-tools/${PLATFORM_NAME}/lib64/libc++.so.1 152 153rm build-tools/${PLATFORM_NAME}/lld 154rm build-tools/${PLATFORM_NAME}/lld-bin/lld 155 156# lld linker trampoline (invokes actual lld linker at lld-bin/lld.exe) 157bin/lld.exe strip build-tools/${PLATFORM_NAME}/lld.exe 158 159# actual lld linker, and dependent library 160prebuilts/sdk/tools/windows/lld-bin/lld.exe strip build-tools/${PLATFORM_NAME}/lld-bin/lld.exe 161prebuilts/sdk/tools/windows/lld-bin/libwinpthread-1.dll strip build-tools/${PLATFORM_NAME}/lld-bin/libwinpthread-1.dll 162 163dalvik/dx/etc/mainDexClasses.bat build-tools/${PLATFORM_NAME}/mainDexClasses.bat 164 165 166############################################################################## 167# Docs Component 168############################################################################## 169 170external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html 171external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files 172external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html 173external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files 174