aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/junction_test.py
Commit message (Collapse)AuthorAge
* Android,Windows: support long paths in toolingGravatar Laszlo Csomor2017-09-05
aar_resources_extractor now supports long paths on Windows. If the script needs to extract a file from the AAR where the destination path is too long, the script will: 1. create a temporary junction under a short path, pointing to the destination directory (which has a long path) 2. extract the file under the junction 3. delete the junction and the temp directory See https://github.com/bazelbuild/bazel/issues/3659 Change-Id: Ie85665b360a6514afaac546aaec8869224fe9d06 PiperOrigin-RevId: 167545085