Files
build_soong/cc
Jeff Gaston 294356f045 Automatically reorder C/C++ link dependencies in Soong
This uses knowledge of transitive dependencies to reorder
linker command line arguments such that if module A depends
on module B, then module A is automatically listed before
module B in the linker command line.

This should mostly remove the need for Android.bp files to
list all of their static dependencies in link order

Bug: 66260943
Test: reorder the entries of static_libs in an Android.bp and see that linking still succeeds

Change-Id: I20f851ab9f2f30031254e4f30023b6140d15d6c3
2017-10-18 14:30:05 -07:00
..
2017-05-09 13:44:49 -07:00
2017-06-30 21:08:36 +00:00
2017-09-18 23:33:25 -07:00
2017-09-01 14:21:44 +08:00
2017-08-31 13:48:52 -07:00
2017-08-31 13:48:52 -07:00
2017-06-30 21:08:36 +00:00
2017-10-16 13:36:29 -07:00
2017-08-31 13:48:52 -07:00
2016-08-01 14:36:22 -07:00
2016-07-29 15:17:58 -07:00
2017-06-30 21:08:36 +00:00