Files
build_soong/cc
Vic Yang 6cd1be8993 Add sort_bss_symbols_by_size property for shared libs
If sort_bss_symbols_by_size is true, a shared library is built twice.
The first build generates an unsorted output file, which is used to
generate the symbol ordering file.  The output of the second build is
a shared library with its bss symbols sorted by their size.

With this, the only user of symbol_ordering_file, libc, is migrated to
use the new property, so we remove symbol_ordering_file support as well.

Bug: 135754984
Test: Build and check the resulting libc.so has its bss symbols sorted.
Change-Id: I5c892b44d82eb99cbc070cfa2c680be3087f3364
2019-07-29 13:25:55 -07:00
..
2019-07-16 16:30:53 -07:00
2018-11-19 15:26:14 -08:00
2019-07-16 14:14:36 -07:00
2017-10-19 22:39:32 +09:00
2018-10-09 02:16:58 +00:00
2019-06-27 14:46:10 -07:00
2019-07-24 21:13:05 +00:00
2017-11-17 11:22:04 -08:00
2019-07-18 15:58:58 +01:00
2019-04-02 16:38:55 +00:00
2016-08-01 14:36:22 -07:00
2019-07-19 12:53:27 -07:00
2019-04-11 17:54:48 -07:00
2019-02-13 23:32:51 +00:00
2019-07-23 17:29:57 +01:00