Use atree for the Windows SDK. Strip binaries. DO NOT MERGE.

This moves the copy/strip/rm logic for the Windows SDK
from the patch_windows_sdk.sh to a regular sdk-windows-x86.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.

Cherry-pick from master e07f59a

Change-Id: Ia71fc69717eaee6e4d8d062144347db3326e4127
This commit is contained in:
Raphael
2011-09-14 21:12:15 -07:00
committed by Raphael Moll
parent dda48a45e0
commit bc16220756
4 changed files with 89 additions and 55 deletions

View File

@@ -38,10 +38,10 @@ frameworks/base/docs/docs-redirect.html documentation.html
##############################################################################
# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
bin/adb platform-tools/adb
bin/aapt platform-tools/aapt
bin/aidl platform-tools/aidl
bin/llvm-rs-cc platform-tools/llvm-rs-cc
bin/adb strip platform-tools/adb
bin/aapt strip platform-tools/aapt
bin/aidl strip platform-tools/aidl
bin/llvm-rs-cc strip platform-tools/llvm-rs-cc
# dx
bin/dx platform-tools/dx