summaryrefslogtreecommitdiffstats
path: root/build/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| * Package the 2 llvm-rs-cc versions in the Windows SDK.Raphael2011-06-222-5/+9
| | | | | | | | Change-Id: I7ae8f95b1e173ecc1c5efd6200dfce63b79d9b6c
| * Merge 48023786cf63fc4ca90d0c3876d0d578c07d2f68: 'Generate SDK Repository ↵Raphael2011-03-252-12/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XML.' Do not merge. When the "sdk_repo" modified is used during the SDK build, this also generates the repository.xml and addon.xml files for the new SDK repository packages and places them in the DIST_DIR. Example usage: make -j 16 PRODUCT-sdk-sdk showcommands sdk_repo dist DIST_DIR=/dist/sdk make -j 16 PRODUCT-google_sdk-sdk_addon showcommands sdk_repo dist DIST_DIR=/dist/addon Also merges 3ea87ca65fa449e981c5a5dfc6ca6a215be0f5aa 'Fix XMLNS detection in SDK Repo XSD files.' to prevent a merge conflict later on. Change-Id: Ic9832e71456d76f849406e641792f4285ffbf649
* | Generate SDK Repository XML.Raphael2011-03-182-12/+316
|/ | | | | | | | | | | | | When the "sdk_repo" modified is used during the SDK build, this also generates the repository.xml and addon.xml files for the new SDK repository packages and places them in the DIST_DIR. Example usage: make -j 16 PRODUCT-sdk-sdk showcommands sdk_repo dist DIST_DIR=/dist/sdk make -j 16 PRODUCT-google_sdk-sdk_addon showcommands sdk_repo dist DIST_DIR=/dist/addon Change-Id: Ibaad66f4b1cc476a4146afde7087a10a0557f74c
* am b058af05: Disable ccache when using mingw.Ying Wang2011-03-111-1/+1
|\ | | | | | | | | * commit 'b058af052efa1dccf38eef8993008920088ff188': Disable ccache when using mingw.
| * Disable ccache when using mingw.Ying Wang2011-03-111-1/+1
| | | | | | | | Change-Id: I40ec9f6dfbf54b362b8a87cde7774b396b46b063
* | Build SDK repository.Raphael2011-02-162-13/+116
| | | | | | | | | | | | | | | | | | | | When the build is invoked with the fake target "sdk_repo" and a main target of sdk, win_sdk or sdk_addon, we now create packages in DIST_DIR that can directly be used to populate the SDK Repository. This is quite close to how we actually distribute the SDK. Change-Id: I01c729eff4dbc1eccbc7c5b1869f329363f1ce07
* | Win SDK: remove test of llvm-rs-cc presence.Raphael2011-02-141-4/+1
|/ | | | | | | This removes the test that makes the SDK only strip llvm-rs-cc.exe if present. It means the SDK will FAIL if llvm-rs-cc wasn't build successfully for Windows. Change-Id: I4c73954c30265e71e84916976f16ae76d67a8e13
* SDK: fix win-sdk build errors, make future errors fatal.Raphael2011-02-022-15/+15
| | | | | | | | | | | | | Firs this fixes a cp/rm errors that were logged when building the Windows SDK. There errors happens because the secondary sdk/tools/patch_windows_sdk.sh was run twice. Next the shell script is changed to make any error fatal and actually break the build, like it should. In the makefile, merge Ying's fix to correctly pass showcommands. Change-Id: Iee75e42b0b0bbba3c26858c82c933660dc6d74ae
* SDK: Strip llvm-rs-cc in Windows SDK.Raphael2011-02-021-5/+6
| | | | | | SDK Bug: 3394374 Change-Id: I892afdde0672bd5803d25c99e202f2b0418b796d
* Merge 1adaa571 from gingerbreadJean-Baptiste Queru2011-01-291-1/+2
|\ | | | | | | Change-Id: Ic4be80eea5331f2b32b507dd6546b86383306f94
| * unix2dos command, used by win SDK, has been renamed under Lucid.Raphael2011-01-272-3/+29
| | | | | | | | | | | | Note: this fix was already in master. Change-Id: I7935093ef4a01181f7239e9aeeef4792ee0b54cc
* | Add llvm-rs-cc to the SDK (all platforms)Raphael2011-01-132-3/+18
| | | | | | | | Change-Id: I6077251d0a34678e708ddd25068a511159ba7460
* | am a65f7696: resolved conflicts for merge of f0f624f3 to gingerbread-plus-aospRaphael2010-11-233-304/+48
|\ \ | | | | | | | | | | | | * commit 'a65f76962f475c9c187dd63dca36e59eff84dcca': Win SDK: Split the win-sdk makefile and script into 2 parts.
| * | Win SDK: Split the win-sdk makefile and script into 2 parts.Raphael Moll2010-11-223-299/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main makefile+scripts to build the Windows SDK is still this one here in development/build/tools. However it defers to a new matching set of files 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 sdk.git. This change also definitely removes support for building the Windows SDK under Cygwin. Only building a specific subset of individual binaries is supported at this point. Change-Id: I4e9a2d810cf29fae0097fbd92be0cef89c9b3505
* | | am 07d29555: am 42197997: Merge "SDK Windows: Package customized ↵Raphael Moll2010-10-262-2/+2
|\ \ \ | | | | | | | | | | | | proguard.bat scripts."
| * | | am 42197997: Merge "SDK Windows: Package customized proguard.bat scripts."Raphael Moll2010-10-262-2/+2
| |\| |
| | * | SDK Windows: Package customized proguard.bat scripts.Raphael Moll2010-10-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires Change: Ic1dc74cb3ff4dec9b419e2753290c361dffce48e in platform/sdk. Change-Id: Ieb2e308c0e9e655b2c047554563d753ac4cbb852
* | | | am 5c428f4a: am 799754e1: Merge "Tools package was missing proguard.bat"Raphael Moll2010-10-252-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '5c428f4a8d7fcbd8aea588593cafa8193d48b5f7' * commit '5c428f4a8d7fcbd8aea588593cafa8193d48b5f7': Tools package was missing proguard.bat
| * | | am 799754e1: Merge "Tools package was missing proguard.bat"Raphael Moll2010-10-252-0/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '799754e18b7ce057a9aab8ea243f7dfd1d4edb44' into gingerbread-plus-aosp * commit '799754e18b7ce057a9aab8ea243f7dfd1d4edb44': Tools package was missing proguard.bat
| | * | Tools package was missing proguard.batRaphael Moll2010-10-232-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | SDK Bug: 3126278 Change-Id: I8bb9c2e2250b0da4303b09cdfe05717cee887c44
* | | | am 1e41661b: am 66d61ef9: Merge "Add in MonkeyRunner to the Windows SDK."Bill Napier2010-10-162-5/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '1e41661b6077552ed71e902f0e628ea6e48aba06' * commit '1e41661b6077552ed71e902f0e628ea6e48aba06': Add in MonkeyRunner to the Windows SDK.
| * | | am 66d61ef9: Merge "Add in MonkeyRunner to the Windows SDK."Bill Napier2010-10-152-5/+7
| |\| | | | |/ | |/| | | | | | | | | | | | | Merge commit '66d61ef95f5a0f8abc8b5371409e3c5372c9e10a' into gingerbread-plus-aosp * commit '66d61ef95f5a0f8abc8b5371409e3c5372c9e10a': Add in MonkeyRunner to the Windows SDK.
| | * Add in MonkeyRunner to the Windows SDK.Bill Napier2010-10-102-5/+7
| | | | | | | | | | | | Change-Id: Iecb23b5a2f790978246df9ab4a10cda884abf742
* | | am dd3b6a80: am 99b80ab4: Merge "GB SDK: don\'t use HV2.bat when generating ↵Xavier Ducrohet2010-10-151-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | tools." into gingerbread Merge commit 'dd3b6a80340514c5b594a7f9ccf8f54ba50d94cb' * commit 'dd3b6a80340514c5b594a7f9ccf8f54ba50d94cb': GB SDK: don't use HV2.bat when generating tools.
| * | GB SDK: don't use HV2.bat when generating tools.Raphael2010-10-141-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | That's because GB uses the Tools_r& which do not have hierarchyviewer2 so we should not try to pull the .bat from hv2. We don't care since we'll ignore these old tools anyway when packaging the final SDK. Change-Id: Ie7d161bad59d6e919613db2e854f48964e59c4a9
| * | Update win_sdk to put binaries in SDK/platform-tools.Raphael2010-10-082-26/+25
| | | | | | | | | | | | Change-Id: I8fe9df75ceaf04aa1935341e51bf6f3edffae9e4
| * | Integrate sdk.atree changes from master. DO NOT MERGEXavier Ducrohet2010-09-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Move adb to the platform-tools. - Update the windows build for it. - Split the tools component from sdk.atre into sdk/build/tools.atree Change-Id: I75608f12d6e1d8bc0f470e3ca26c7e550cfdcbd6
* | | am c0a2e0fc: am 2f613967: Move adb to the platform-tools (windows SDK part).Raphael Moll2010-09-271-4/+4
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit 'c0a2e0fc63fe94c336b44b40cf69fa70a8151cb5' * commit 'c0a2e0fc63fe94c336b44b40cf69fa70a8151cb5': Move adb to the platform-tools (windows SDK part).
| * | Move adb to the platform-tools (windows SDK part).Raphael Moll2010-09-271-4/+4
| | | | | | | | | | | | | | | | | | This is the Win SDK counterpart to Change I4c2a11c1. Change-Id: I660ba49154894b5e78d7e943258ed769efd393dc
* | | am 7ddeaf21: am 420b59fe: Fix windows SDK build.Xavier Ducrohet2010-08-272-18/+18
|\| | | | | | | | | | | | | | | | | | | | Merge commit '7ddeaf2189847cbc6765af552c98439d654d6938' * commit '7ddeaf2189847cbc6765af552c98439d654d6938': Fix windows SDK build.
| * | Fix windows SDK build.Xavier Ducrohet2010-08-272-18/+18
| | | | | | | | | | | | | | | | | | Location of hierarchyviewer is now in hierarchyviewer2/app/etc Change-Id: I14257c96552a16d19461cdf8194045a608dd03b3
* | | am 059e4eb3: am f08d230e: SDK: Rename "SDK Setup.exe" to "SDK Manager.exe"Raphael Moll2010-08-262-6/+6
|\| | | | | | | | | | | | | | | | | | | | Merge commit '059e4eb3dbcc3ad645a2cd1f1670d92ab3dc1455' * commit '059e4eb3dbcc3ad645a2cd1f1670d92ab3dc1455': SDK: Rename "SDK Setup.exe" to "SDK Manager.exe"
| * | SDK: Rename "SDK Setup.exe" to "SDK Manager.exe"Raphael Moll2010-08-232-6/+6
| | | | | | | | | | | | Change-Id: Id85ec31d80fc12a6907d9c3404a29d28d4923abd
* | | am 4336dcc6: am ff779c0f: Update win_sdk to put binaries in SDK/platform-tools.Raphael Moll2010-08-101-2/+1
|\| | | | | | | | | | | | | | | | | | | | Merge commit '4336dcc64ba518b7c8bd0e4a9a9814064eb8920c' * commit '4336dcc64ba518b7c8bd0e4a9a9814064eb8920c': Update win_sdk to put binaries in SDK/platform-tools.
| * | Update win_sdk to put binaries in SDK/platform-tools.Raphael Moll2010-08-051-2/+1
| |/ | | | | | | | | | | | | | | | | | | This is requires as a follow up to Change I4526310a with moved platform tools from $SDK/platform/*/tools to $SDK/platform-tools/ SDK Bug: 2897406 Change-Id: I1563c88fc824db3d9c86fb65479820989d46895c
| * Makefile to create Windows SDK under Linux.Raphael2010-04-232-0/+187
| | | | | | | | | | | | | | | | The makefile makes it possible to "make PRODUCT-sdk-win_sdk". It builds the Linux SDK, mirrors it as a Windows SDK and then use the shell script to patch in all the Windows binaries. (Merge master Change Ie24f765b)
* | Also dist the original linux sdk package for wind_sdk build.Ying Wang2010-06-151-1/+4
| | | | | | | | Change-Id: I64dab5763dc7c7398582c5a30c126c7e3e6afe32
* | Makefile to create Windows SDK under Linux.Raphael2010-04-202-0/+187
|/ | | | | | | | The makefile makes it possible to "make PRODUCT-sdk-win_sdk". It builds the Linux SDK, mirrors it as a Windows SDK and then use the shell script to patch in all the Windows binaries. Change-Id: Ie24f765bbe5201266efcb1c4cdcdead4ced35ef6
* Fix make_windows_sdk when invoked without params.Raphael2010-03-061-3/+2
| | | | Change-Id: I24a6e06498a343a31c562e0c765f6e8075b1916e
* Fix make_windows_sdk.Raphael2010-03-011-17/+27
| | | | | | | | | | SDK Bug 2478848: emulator fails to build because sdl-config was not checkout as +x by git/cygwin. SDK Bug 2479321: aapt built using Cygwin 1.7.x depends on some new cygwin DLL instead of mgwz.dll. The latter DLL is not even present and fails to be bundled. This does not change the behavior, it just makes sure we are using the proper version of cygwin.
* SDK Manager: post install script to update SDK Setup.exeRaphael2010-01-281-3/+6
| | | | | | SDK Bug: 2404830 Change-Id: I7e2346c95132ff6d26468d589212bf83e15ce407
* Windows SDK: package new tools/find_java.batRaphael2010-01-261-0/+1
| | | | | | SDK Bug: 2315813 Change-Id: Ice0eb6327b153fcaab42477cd4d3aa8ee12e0063
* Add etc1tool to Windows SDK.Raphael2010-01-121-3/+13
| | | | | | | | SDK BUG 2368918 This depends on Change I1b4f5e39 from build/core. Change-Id: I8348514506742aa70cdee057e94069a67357a689
* Remove components that were moved to sdk.git and update build scripts.Xavier Ducrohet2009-11-172-7/+55
|
* Windows SDK: copy SDK Setup.exe at root of SDK.Raphael2009-10-141-1/+4
| | | | | | | | | Also add a source.properties (we'll install it on the vendor/google script part of the script). SDK BUG 2173135 Change-Id: Icb0f22a65ffd819bf7b0f48adbec51cbc1243f71
* Fix Windows SDK build broken by layoutopt change.Raphael2009-10-061-1/+1
| | | | Change-Id: I1503487861ef20dead3de62548feea6328e0d60d
* Add layoutopt to the SDK.Romain Guy2009-10-051-1/+2
| | | | Change-Id: Idc9b152e2a5abffaa9feb2cf70791d8288cfa1dd
* am 8fccf9eb: mgwz.dll must be packaged next to tools/zipalign.exe in the ↵Raphael2009-08-201-2/+3
|\ | | | | | | | | | | | | | | | | Windows SDK. Merge commit '8fccf9eb7c099a42729d0ff4a8a250f73a68c3f9' into eclair * commit '8fccf9eb7c099a42729d0ff4a8a250f73a68c3f9': mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.
| * mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.Raphael2009-08-201-2/+3
| | | | | | | | BUG 2068812
* | am 64c277c2: Merge change 20833 into donutRaphael2009-08-121-2/+9
|\| | | | | | | | | | | | | Merge commit '64c277c24bf52762e36185cc769d1b29233e20d4' * commit '64c277c24bf52762e36185cc769d1b29233e20d4': BUG 1993354 : Add zipalign to SDK