Files
build_soong/cc
Dan Willemsen 3a26eefdbe Apply system_shared_libs to static libraries
Even though we aren't doing any linking for static libraries, the
default libraries (libc, libm, libdl) are now exporting headers, so we
should be using those for both static and shared libraries (especially
when re-using objects between the two). Without this we've been in a
state where a cc_library will compile differently than a
cc_library_shared, as we'd re-use the compilation units from the static
variant in the shared library.

This does require marking many of libc's dependencies as not using libc
with system_shared_libs, otherwise we run into dependency loops.

Test: treehugger
Change-Id: Ie42edc5184f315f998db953594e425214b810e0e
2018-12-03 15:38:39 -08:00
..
2018-11-19 15:26:14 -08:00
2018-11-19 15:26:14 -08:00
2018-11-19 15:26:14 -08:00
2018-11-17 15:28:25 -08:00
2018-11-28 09:17:26 -08:00
2017-10-19 22:39:32 +09:00
2018-10-09 02:16:58 +00:00
2018-11-07 11:35:47 -08:00
2018-11-27 13:58:18 -08:00
2018-11-17 15:28:25 -08:00
2018-10-30 09:55:48 +09:00
2017-11-17 11:22:04 -08:00
2018-10-25 13:40:28 -07:00
2018-11-17 15:28:25 -08:00
2016-08-01 14:36:22 -07:00
2018-11-30 21:42:33 +00:00
2018-07-22 21:18:45 -07:00
2018-11-13 15:28:07 -08:00
2018-10-09 02:16:58 +00:00
2018-10-09 02:16:58 +00:00
2018-11-17 15:28:25 -08:00
2018-11-28 09:17:26 -08:00