summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Vic Yang <victoryang@google.com> 2019-06-24 16:08:48 -0700
committer Vic Yang <victoryang@google.com> 2019-07-29 13:25:55 -0700
commit6cd1be8993a597824795f9a9909a24b5a7bbd04b (patch)
tree1e5fb3a43e8f94cd3170a983f4e915d290f7e379 /python/python.go
parent1d73e5e566840ef9cfcc8f56ba8c6c374aecc1c4 (diff)
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
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions