diff options
-rwxr-xr-x | build/patch_windows_sdk.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/patch_windows_sdk.sh b/build/patch_windows_sdk.sh index 1ef22eb..f2b0883 100755 --- a/build/patch_windows_sdk.sh +++ b/build/patch_windows_sdk.sh @@ -22,7 +22,8 @@ TOPDIR=${TOPDIR:-$3} # Remove obsolete stuff from tools TOOLS=$TEMP_SDK_DIR/tools LIB=$TEMP_SDK_DIR/tools/lib -rm $V $TOOLS/{android,apkbuilder,ddms,draw9patch,emulator-arm,emulator-x86} +rm -f $V $TOOLS/emulator-x86 # TODO make this conditional to fix build. Revert once we know why emu-x86 isn't build as expected (the goal here is to fail hard on errors, not ignore them silently.) +rm $V $TOOLS/{android,apkbuilder,ddms,draw9patch,emulator-arm} rm $V $TOOLS/{hierarchyviewer,layoutopt,mksdcard,traceview,monkeyrunner} rm $V $TOOLS/proguard/bin/*.sh |