aboutsummaryrefslogtreecommitdiffstats
path: root/build/windows_sdk_tools.mk
Commit message (Collapse)AuthorAgeFilesLines
* Disable build of windows SDK ToolsXavier Ducrohet2014-05-091-20/+5
| | | | Change-Id: I6a17e3e7416f693218b41d2eb08ed6a4347a4f27
* Remove monitor temporarily from sdk builds (try 2)Siva Velusamy2014-02-121-3/+3
| | | | | | | | | This CL disables building of monitor from the SDK builds. This is because the current PDE build doesn't work with Java7 on Macs. The fix is to move away from PDE builds to Tycho, and that is going to take a while. So we disable monitor until we move to Tycho. Change-Id: Ibd701dc0fbd9b57441fa886fe701dcb71764e83a
* Merge "Add Mips emulator support."Xavier Ducrohet2012-07-241-0/+1
|\
| * Add Mips emulator support.Duane Sand2012-03-121-0/+1
| | | | | | | | Change-Id: I84144bae60d99118a3f833b42bb1cc7be28691cb
* | SDK: build 'monitor' tool and package it in the SDK.Raphael Moll2012-04-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed with Siva to use the 'ant' builder from Eclipse's baseBuilder jars. Changed to use: - the new external/eclipse-basebuilder for the basebuilder jars. - the rcp deltapack, located prebuilts/eclipse. - monitor scripts are now in sdk/monitor. - configuration is now in out/host/eclipse/rcp/build/configuration and doesn't change any existing repos. Requires change I7ab027ff6 from build.git Change-Id: I72fff09231fc9b3031c10eb42ff821c55af9b5d5
* | Define the Windows SDK pre-requisite module list.Raphael Moll2012-04-231-0/+6
| | | | | | | | Change-Id: I08fc98f2e1046ec1f115fc9c0371d1b07eb47c97
* | Fix build. Broken makefile.Raphael Moll2012-03-231-3/+1
| | | | | | | | Change-Id: I8734d98497330e0548f910e47502294eec9822aa
* | Fix build: Disable monitor whilst we figure out to make this build on our ↵Raphael Moll2012-03-231-1/+4
| | | | | | | | | | | | | | | | | | build servers I disabled it in atree in 42abcff24ee6cb9afa5b70479a6141a3dec7c2e9 but I forgot a reference to monitor left in the windows sdk part. Change-Id: Id853fed7e849dfe9cfb41f2b99e9669191786d6f
* | Build Monitor RCP as part of SDK (Mac, Linux and Win)Raphael Moll2012-03-211-0/+1
|/ | | | | | | | | | | | | | | | This adds a new SDK/tools/monitor[.bat] wrapper as well as SDK/tools/lib/monitor-x86[_64]/ directories that contain the actual RCP application. The monitor shell wrappers + bat have not been properly tested yet. The goal of this CL is just to build the RCP. In a following CL we'll adjust the wrapper and the actual binary location in the SDK. Cross-dependency: Requires build.git change Ifb31e2e3. Change-Id: I7afbd63badfb81fd5d3d899de672e02525a49bc2
* Fix Windows SDK build, add missing dependencyRaphael Moll2012-02-061-0/+1
| | | | Change-Id: Ic632ec6d526b7913edf90fcca3b8409ebc2ff31a
* Win SDK: fix build; build find_java for tools.atreeRaphael Moll2012-01-271-0/+1
| | | | Change-Id: I400ea2af6f749c1c4b2048a8cb4f7e2f173b5cf4
* SDK Windows: more ways to find java.Raphael2012-01-231-2/+1
| | | | | | | | | | | | | Also properly redirect command-line output to the parent shell console. This is experimental. This CL removes "android.exe" from the Windows tools and only keeps android.bat. However in a next CL android.bat will be changed to use 'find_java' to locate the best Java exe around (this is currently done in a bat script) Change-Id: I6e5485fdf59fde9838cf929ff333e1c611ea7bb4
* SDK: Switch from android.bat to android.exeRaphael2011-11-141-1/+2
| | | | Change-Id: I549340bdaaf78d6d314992ad2b91e9b45f97d2c2
* Build AVD Manager.exe as part of Windows SDK.Raphael Moll2011-09-191-0/+1
| | | | | | | Also make sure the sdk manager post install will update the AVD Manager as required. Change-Id: I969899adf69f0ed0ddb1ef079451683dd0ce567f
* Copy OpenGLES emulation libraries to SDK installation.David 'Digit' Turner2011-09-131-0/+9
| | | | | | | | | | | | | | | | | This patch ensures that the following host shared libraries are copies to $SDK/tools/lib, when building the SDK: - libOpenglRender - libEGL_translator - libGLES_CM_translator - libGLES_V2_translator Note that the Windows DLL must be copied manually in patch_windows_sdk.sh I didn't find a way to make it work using tools.atree. This has been tested to build the Linux, Windows and OS X SDK images. Change-Id: Idae8fe705befbbcc31e8d4ff71998ea0803b32f1
* Add emulator-arm to SDK, including Windows SDK.Raphael Moll2011-05-041-0/+2
| | | | | | | | | Also fixes the fact the Windows SDK wasn't building emulator-arm nor emulator-x86. SDK BUG: 4377649 Change-Id: I1450a8c73e0078e69ccd28b220bf37ecd0a6fd5c
* Win SDK: Split the win-sdk makefile and script into 2 parts.Raphael Moll2010-11-111-0/+10
The main makefile+scripts to build the Windows SDK is still in development/build/tools. However it defers to a new matching set of files here in sdk/build to build and package things that depend on the sdk.git or external/qemu.git. This will make it easier for us to prepare SDKs based on a tools_rN branch that isn't cut at the same time than the platform branch. This is a multi-part changeset. The other part is in development.git. Change-Id: Ic94d261b16ad595101c6f83cd77055715b45a622