commit | 08c75185eb6e9173b8502cfa12cbe6ebcff9c891 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Thu Jan 21 15:21:30 2021 -0800 |
committer | Dan Willemsen <[email protected]> | Thu Jan 21 15:22:57 2021 -0800 |
tree | 74fe78e3c0cf1a201a936a092466a56065a2c2cf | |
parent | 7424963d66959fdf2868ba66eff5360b0eadf2ea [diff] |
Fix mac builds due to unguarded-availability error Just bump our required base version up, as developing Android already effectively requires 10.13, and these tools won't be distributed to end-user developers (like fastboot/adb/aapt/etc are). toolchain/make/src/file.c:898:9: error: 'clock_gettime' is only available on macOS 10.12 or newer [-Wunguarded-availability] Test: build Change-Id: I5aef02e9fc6f91fd04381b8895bf656675ccac51