aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add emulator-arm to SDK, including Windows SDK.Raphael Moll2011-05-043-6/+10
| | | | | | | | | Also fixes the fact the Windows SDK wasn't building emulator-arm nor emulator-x86. SDK BUG: 4377649 Change-Id: I1450a8c73e0078e69ccd28b220bf37ecd0a6fd5c
* swtmenubar library for the SDK.Raphael Moll2011-04-151-0/+1
| | | | | | | | | | | | | | | | | This little EPL library provides a way for the SDK apps to integrate with the Mac menu bar -- that is correctly hook into the About and Preferences menu items. On other platforms (Windows, Linux), corresponding items are added to the provided menu. The library provides both a Carbon and a Cocoa implementation. However the Cocoa implemented is currently commented out since we only link with a Carbon-aware version of SWT.jar. Added a README that explain how to use this. Change-Id: I4b8457f0269946df056b5dd597c7263da1c4e784
* Add more sdk lib tests to sdk build.Brett Chabot2011-03-241-0/+4
| | | | Change-Id: I09946be68f244922de0ad89d970e53165957fa2b
* Revert "build/tools.atree: Move x86-specific changes to tools.x86.atree"Raphael Moll2011-03-242-25/+4
| | | | This reverts commit 253acabecba0d9f649f04499f6dda980fbe7bf49.
* Merge "Revert "Fix WIN SDK build: don't break if emulator-x86 is missing.""Raphael Moll2011-03-241-2/+1
|\
| * Revert "Fix WIN SDK build: don't break if emulator-x86 is missing."Raphael Moll2011-03-231-2/+1
| | | | | | | | This reverts commit ecd2f055e09ebe5a16244b91af1c6f80cae671a0.
* | Add ddmlib-tests to sdk build in a tests/libtests dir.Brett Chabot2011-03-231-0/+1
|/ | | | Change-Id: Idba9f5b5724926209bbb96bfd75e04dbffa3760c
* Fix WIN SDK build: don't break if emulator-x86 is missing.Raphael Moll2011-03-231-1/+2
| | | | | | | | The core issue is why emulator-x86 is missing from the build. Whilst we investigate why, this will unbreak the build. We should revert this once the emu-x86 is built correctly again. Change-Id: I4852490f1fea91ea18a798be28411f5a57a31a89
* build/tools.atree: Move x86-specific changes to tools.x86.atreeDavid 'Digit' Turner2011-03-232-4/+25
| | | | | | | | | | | | | Unfortunately, the latest x86-specific changes to tools.atree break internal Android builds that depend on this file. This change moves the changes to a different file that is only parsed for x86-specific SDK builds (sdk_x86-eng). It depends on https://review.source.android.com/#change,21957 to allow the AOSP build to pick up tools.x86.atree properly. Change-Id: I163d7fb43aa06609d9b0e4bfbaf56311958ea25e
* Revert "DISABLED 2 lines that break the SDK build (bios.bin in sdk/tools.atree)"Bruce Beare2011-03-221-3/+2
| | | | | | | This reverts commit 147e8b73aefa28ef599628c718060450539b6102. The original commit was merged out of sequence - thus the need for the original revert. All dependent commits are now complete so we can put back in place the original change.
* DISABLED 2 lines that break the SDK build (bios.bin in sdk/tools.atree)Raphael Moll2011-03-071-2/+3
| | | | Change-Id: I7d589782bf898d1ce09d0e29108566f7560019f1
* Merge "Add qemu emulator bios files"David Turner2011-03-041-0/+2
|\
| * Add qemu emulator bios filesBruce Beare2011-02-241-0/+2
| | | | | | | | | | Change-Id: I6f526b920f1d671e016ff8a2cde6f11843283e99 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | Fix Windows SDK build.David 'Digit' Turner2011-03-041-1/+1
|/ | | | Change-Id: If9f7d3fc61b5969d84a2cda68dc1ad948c21ae88
* x86 and arm emulators have distinct pathsBruce Beare2011-02-241-1/+2
| | | | | Change-Id: Ieb0aa637c44ff2b9d386b6927c0b8564d1b50621 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* Add common.jar to the SDK build.Xavier Ducrohet2011-02-081-0/+1
| | | | Change-Id: Idf2ce283466dcc92ba8877d4e8166f2d64b319f4
* SDK: fix win-sdk build errors, make future errors fatal.Raphael2011-02-021-3/+7
| | | | | | | Change the shell script to make any error fatal and actually break the build, like it should. Change-Id: Iee86b79c5b12a109ccb92dbc81d586c54ac68b5f
* Add snapshot handling for AVD creation, details, and launchTim Baverstock2011-01-121-0/+1
| | | | | | Also respect 'Wipe User Data' by disabling snapshot launch, and support 'Edit AVD'. Change-Id: I5bc94c316e550b2585ca80185a02ffbe6d3e8401
* Add readme regarding move of adb to platform-toolsRaphael Moll2010-12-231-0/+3
| | | | Change-Id: I861a1b02a3abb1bb1f9120bbd25f3d4ffd949e9e
* Add swingworker back to the sdk.Xavier Ducrohet2010-12-081-0/+1
| | | | | | Needed by draw9patch Change-Id: I677e4ba5230aa5a8bfc1d497ec2381131c3940d7
* Update test apps and bundle them in the meta sdk.Xavier Ducrohet2010-12-061-0/+6
| | | | | | | | - make it so that layout display something about the project, and possibly the result of calling out to class coming from jar files. - make the activity names on the launcher to be the name of the projects. Change-Id: I318255c3284337be28220df509630cfff4eae38b
* Win SDK: Split the win-sdk makefile and script into 2 parts.Raphael Moll2010-11-112-0/+61
| | | | | | | | | | | | | | | | 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
* Add MonkeyRunner script (and libs) to SDK.Bill Napier2010-10-101-1/+5
| | | | Change-Id: I75d082fc2c69f994197f5887c3f38ad30cfe7bfb
* Proguard default config file.Xavier Ducrohet2010-10-081-0/+1
| | | | | | | | It is located in $SDK/tools/lib/proguard.cfg and automatically put in Ant project (create and update if project is not already setup for proguard). Change-Id: I9bcb2a5aafec1329b0c001799f4ba34c61569c3a
* Tools specific atree file.Xavier Ducrohet2010-09-281-0/+112
Change-Id: I7a71f4d91993c48c147bc080c08f830457a23ef1