OSDN Git Service

Use atree for the Windows SDK. Strip binaries.
authorRaphael <raphael@google.com>
Thu, 15 Sep 2011 04:11:30 +0000 (21:11 -0700)
committerRaphael <raphael@google.com>
Thu, 15 Sep 2011 18:50:38 +0000 (11:50 -0700)
commit2eb3f743d215a3ac70009c5a47cfea4eb670e5b2
tree589581cd4fe13f3d1744d7e3e8f3b49a128ba846
parent6e214496edc57aab166d845e6f2b44a8febf5a77
Use atree for the Windows SDK. Strip binaries.

This moves the copy/strip/rm logic for the Windows SDK
fro mthe patch_windows_sdk.sh to a regular tools.windows.atree.

The bash script is still here to invoke atree and do whatever
cleanup we might want to do later.

This should make it easier to maintain the Windows SDK
by providing a structure similar to tools.atree.

This change requires build.git Change-Id: I22aae7a8 to
have rm/strip support in atree.

Change-Id: Ie6c30979454fb71fc1cb26ab3f6c38acd47bae57
build/patch_windows_sdk.sh
build/tools.atree
build/tools.windows.atree [new file with mode: 0755]