commit | 36cff8bb6fdff4a843dfe65cc83227b7f677dd55 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue May 17 16:35:02 2016 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue May 17 16:39:17 2016 -0700 |
tree | 7f545629aa677ca81adc20683469a2270f868fa2 | |
parent | 216a459ccc782d9b47e5663b4c3b81f0e03e2739 [diff] |
Fix Static_executable, implement BUILD_HOST_static from Make Static_executable was still using ModifyProperties, and was otherwise missing things. Fix all of that up, and implement HostStaticBinaries, which is the equivalent of BUILD_HOST_static in Make. That will default host binaries to be static, which is useful for building SDK tools to run with incompatible C libraries. Change-Id: I2a62181b5d854b310edc8ae7a6bcbd30b89e7463