Commit Graph

11 Commits

Author SHA1 Message Date
Raphael
2ff496b8a1 Build SDK repository.
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
2011-02-16 20:25:43 -08:00
Raphael
f9b583bf03 Win SDK: remove test of llvm-rs-cc presence.
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
2011-02-14 13:01:17 -08:00
Raphael
b703091504 am 83a172e0: am 0e2de35b: SDK: Strip llvm-rs-cc in Windows SDK.
* commit '83a172e05f07d6c12d3f3657cb7b47190259a2b6':
  SDK: Strip llvm-rs-cc in Windows SDK.
2011-02-02 16:20:15 -08:00
Raphael
0e2de35b07 SDK: Strip llvm-rs-cc in Windows SDK.
SDK Bug: 3394374

Change-Id: I892afdde0672bd5803d25c99e202f2b0418b796d
2011-02-02 11:52:47 -08:00
Ying Wang
ecea33f266 Pass down showcommands to the recursive make of winsdk.
Change-Id: I9951c06c3ce5bce2211c55393f07919274bb25ba
2011-01-28 13:28:00 -08:00
Raphael
32d597b5b7 Add llvm-rs-cc to the SDK (all platforms)
Change-Id: I6077251d0a34678e708ddd25068a511159ba7460
2011-01-13 16:59:09 -08:00
Raphael
b26b1274ed am a65f7696: resolved conflicts for merge of f0f624f3 to gingerbread-plus-aosp
* commit 'a65f76962f475c9c187dd63dca36e59eff84dcca':
  Win SDK: Split the win-sdk makefile and script into 2 parts.
2010-11-23 15:39:37 -08:00
Raphael Moll
1fe58f3892 Win SDK: Split the win-sdk makefile and script into 2 parts.
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
2010-11-22 21:12:44 -08:00
Ying Wang
7d68266c86 Also dist the original linux sdk package for wind_sdk build.
Change-Id: I64dab5763dc7c7398582c5a30c126c7e3e6afe32
2010-06-15 09:24:35 -07:00
Raphael
0e4dd61849 Makefile to create Windows SDK under Linux.
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)
2010-04-23 13:16:16 -07:00
Raphael
16ede62379 Makefile to create Windows SDK under Linux.
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
2010-04-20 17:02:30 -07:00