blob: 9856f987c8865a9ea42400f2b9f4c679a8c4d3ff [file] [log] [blame]
Raphaelbc162202011-09-14 21:12:15 -07001#
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 Moll9ca69cf2013-02-12 13:48:39 -080029##############################################################################
30# Platform Tools Component
31##############################################################################
32
Raphaelbc162202011-09-14 21:12:15 -070033rm platform-tools/adb
Raphael476edba2011-10-22 23:41:13 -070034rm platform-tools/fastboot
Raphaelbc162202011-09-14 21:12:15 -070035bin/adb.exe strip platform-tools/adb.exe
Raphael476edba2011-10-22 23:41:13 -070036bin/fastboot.exe strip platform-tools/fastboot.exe
Raphaelbc162202011-09-14 21:12:15 -070037bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll
38bin/AdbWinApi.dll platform-tools/AdbWinApi.dll
39
Xavier Ducrohet4049f602014-06-17 22:01:07 -070040rm platform-tools/sqlite3
Xavier Ducrohetac219502014-06-21 14:55:52 -070041bin/sqlite3.exe strip platform-tools/sqlite3.exe
42
43rm platform-tools/dmtracedump
44bin/dmtracedump.exe strip platform-tools/dmtracedump.exe
45
46rm platform-tools/hprof-conv
47bin/hprof-conv.exe strip platform-tools/hprof-conv.exe
48
49rm platform-tools/etc1tool
50bin/etc1tool.exe strip platform-tools/etc1tool.exe
51
Xavier Ducrohet0f0b7862014-06-17 20:25:57 -070052
Raphaelbc162202011-09-14 21:12:15 -070053
Raphael Moll9ca69cf2013-02-12 13:48:39 -080054##############################################################################
55# Build Tools Component
56##############################################################################
Xavier Ducrohetafda1d32013-07-25 10:40:54 -070057# Note that the build-tools sub-folder uses the platform-name as a placeholder
58# at build-time. Packaging will later change that to the actual build-tools
59# revision as specified in the source.properties.
Raphaelbc162202011-09-14 21:12:15 -070060
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -070061rm build-tools/${PLATFORM_NAME}/aapt
62bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
Raphaelbc162202011-09-14 21:12:15 -070063
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -070064rm build-tools/${PLATFORM_NAME}/split-select
65bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe
Adam Lesinskid155da92014-11-04 14:10:51 -080066
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -070067rm build-tools/${PLATFORM_NAME}/aidl
68bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe
Raphaelbc162202011-09-14 21:12:15 -070069
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -070070rm build-tools/${PLATFORM_NAME}/zipalign
71bin/zipalign.exe strip build-tools/${PLATFORM_NAME}/zipalign.exe
Xavier Ducrohet76510e22014-04-02 18:13:35 -070072
Raphael Moll9ca69cf2013-02-12 13:48:39 -080073rm build-tools/${PLATFORM_NAME}/dx
74dalvik/dx/etc/dx.bat build-tools/${PLATFORM_NAME}/dx.bat
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -070075rm build-tools/${PLATFORM_NAME}/dexdump
76bin/dexdump.exe strip build-tools/${PLATFORM_NAME}/dexdump.exe
Raphael Moll9ca69cf2013-02-12 13:48:39 -080077
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -070078rm build-tools/${PLATFORM_NAME}/llvm-rs-cc
79bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe
Stephen Hines3f2caae2014-09-29 18:06:39 -070080
Miao Wangafe2d242015-10-13 13:03:42 -070081# libc++.so not needed on Windows.
82rm build-tools/${PLATFORM_NAME}/lib/libc++.so
83
Xavier Ducrohet19b0ecb2015-05-20 15:04:11 -070084rm build-tools/${PLATFORM_NAME}/lib/libLLVM.so
Miao Wangafe2d242015-10-13 13:03:42 -070085lib/libLLVM.dll strip build-tools/${PLATFORM_NAME}/libLLVM.dll
Stephen Hines3f2caae2014-09-29 18:06:39 -070086
Xavier Ducrohet19b0ecb2015-05-20 15:04:11 -070087rm build-tools/${PLATFORM_NAME}/lib/libclang.so
Miao Wangafe2d242015-10-13 13:03:42 -070088lib/libclang.dll strip build-tools/${PLATFORM_NAME}/libclang.dll
Stephen Hines3f2caae2014-09-29 18:06:39 -070089
90#bcc not yet compiled on windows
91
Xavier Ducrohet19b0ecb2015-05-20 15:04:11 -070092rm build-tools/${PLATFORM_NAME}/lib/libbcc.so
Miao Wangafe2d242015-10-13 13:03:42 -070093lib/libbcc.dll strip build-tools/${PLATFORM_NAME}/libbcc.dll
Stephen Hines3f2caae2014-09-29 18:06:39 -070094
Xavier Ducrohet19b0ecb2015-05-20 15:04:11 -070095rm build-tools/${PLATFORM_NAME}/lib/libbcinfo.so
Miao Wangafe2d242015-10-13 13:03:42 -070096lib/libbcinfo.dll strip build-tools/${PLATFORM_NAME}/libbcinfo.dll
Stephen Hines3f2caae2014-09-29 18:06:39 -070097
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -070098rm build-tools/${PLATFORM_NAME}/bcc_compat
99bin/bcc_compat.exe strip build-tools/${PLATFORM_NAME}/bcc_compat.exe
Xavier Ducrohetebacf022014-06-17 21:36:30 -0700100
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -0700101rm build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
102prebuilts/sdk/tools/windows/bin/arm-linux-androideabi-ld.exe strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld.exe
Xavier Ducrohet87917852013-08-13 15:57:08 -0700103
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -0700104rm build-tools/${PLATFORM_NAME}/i686-linux-android-ld
105prebuilts/sdk/tools/windows/bin/i686-linux-android-ld.exe strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld.exe
Xavier Ducrohet87917852013-08-13 15:57:08 -0700106
Xavier Ducrohetf4c73da2015-06-02 10:20:16 -0700107rm build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
108prebuilts/sdk/tools/windows/bin/mipsel-linux-android-ld.exe strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld.exe
Xavier Ducrohet87917852013-08-13 15:57:08 -0700109
Xavier Ducrohet8641d4d2014-10-31 13:47:47 -0700110dalvik/dx/etc/mainDexClasses.bat build-tools/${PLATFORM_NAME}/mainDexClasses.bat
Xavier Ducrohet8361bb02014-10-29 09:49:40 -0700111
Raphael Moll9ca69cf2013-02-12 13:48:39 -0800112
113##############################################################################
114# Docs Component
115##############################################################################
Raphaelbc162202011-09-14 21:12:15 -0700116
Raphaelbc162202011-09-14 21:12:15 -0700117external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
118external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files
119external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
120external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files
121