Differences From Artifact [c30cc4c3b3]:
- Executable file patch-headers.sh — part of check-in [bc97582608] at 2014-06-21 18:20:05 on branch trunk — Updated to ignore clang limits.h (user: rkeene, size: 1444) [annotate] [blame] [check-ins using]
To Artifact [d0c4a0c4ce]:
- Executable file patch-headers.sh — part of check-in [256cf626f6] at 2016-01-25 18:49:06 on branch trunk — Fixed hash-bang line for header patching script (user: rkeene, size: 1452) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash headers_dir="$1" cd "${headers_dir}" || exit 1 # Android header fix-ups ## Do not abort compilation at header include time |
︙ | ︙ |