Files
build_soong/cc
Dan Albert dc2597d25a Don't force libraries upon static executables.
The linker uses libc++_static but needs to avoid the libc.a
dependency. It does this by setting `stl: "none"` and manually
linking libc++. This behavior matches make.

A better approach would probably be to generalize system_shared_libs
to system_libs and apply those to static executables the same way we
do for dynamic ones, but that's a patch for another day.

Test: make checkbuild
Bug: http://b/34740564
Change-Id: Ie9da0d49a453a220593e8ec2ee721e9af9378007
2017-01-26 17:44:26 -08:00
..
2017-01-26 07:59:16 +00:00
2016-12-06 02:52:43 +00:00
2016-12-17 16:34:03 +00:00
2016-10-31 16:21:01 -07:00
2016-12-17 16:34:03 +00:00
2016-12-05 15:49:40 -08:00
2016-12-14 16:26:48 -08:00
2016-11-02 21:19:11 -07:00
2016-08-01 14:36:22 -07:00
2016-07-29 15:17:58 -07:00
2016-12-13 17:32:29 -08:00
2016-12-05 15:49:40 -08:00