Files
build_soong/cc
Colin Cross ef88ae2369 Make libdl.so be loaded after libc.so
Make sure that libdl is always after libc on the command line.
Simplifies the logic to always support system_shared_libs for
sdk and vndk builds.

For backwards compatibility without updating lots of Android.bp
files, allow libdl to be listed in shared_libs as long as it
is also in system_shared_libs or libc is not in system_shared_libs.

Remove all the places that libdl is added as a dependency, since
it will always be present unless explicitly removed now.

Bug: 62815515
Test: m -j checkbuild
Change-Id: I0233178ffea87a2f0b82190746022476304a68e2
2017-08-23 12:54:54 +09:00
..
2017-06-30 21:08:36 +00:00
2017-05-09 13:44:49 -07:00
2017-08-14 11:46:42 +09:00
2017-06-30 21:08:36 +00:00
2017-05-10 11:04:16 -07:00
2017-06-30 21:08:36 +00:00
2017-06-30 21:08:36 +00:00
2017-06-30 21:08:36 +00:00
2016-08-01 14:36:22 -07:00
2017-05-10 11:04:16 -07:00
2017-08-23 12:54:54 +09:00
2016-07-29 15:17:58 -07:00
2017-06-30 21:08:36 +00:00
2017-08-17 14:57:12 -07:00