aboutsummaryrefslogtreecommitdiff
path: root/remove-windows-symlink.sh
AgeCommit message (Collapse)Author
2015-11-17Remove the $HOST_TAG from binutils and toolchains.Dan Albert
Turns out this complicates a lot of code unnecessarily because we need to always check if we're a 32- or 64-bit NDK on Windows. Bug: http://b/25454836 Change-Id: I50c53aee76fbc88f0be8c95d7ae6e7d550ca468e
2014-12-05Refactor dereferencing windows symlinkAndrew Hsieh
Move to a new function dereference_symlink Change-Id: Id775d345639ecdf79ea5d3db07d1b3012fb26068
2013-08-03Add a tool to replace symlink in windows toolchain with real fileAndrew Hsieh
Some binaries in toolchains are symlink to save space. Unfortunately it's not understood by Windows' CreateProcess() and fail run-tests with WINE. Note that running this won't affect *tar.bz2 file used for packaging, and for windows package "zip" by default (ie. w/o --symlinks) compress the real file. Change-Id: I02c4a07eef3f20798b7fceed09f45c2404362511