Add static_libs to module-info.json
This is helpful for analyzing how often a library is included statically on a device. If a large library is linked statically in many processes in a single device, it may be a good candidate for shared linking instead. This increases the size of module-info.json file on Cuttlefish by ~12.5% from 65MB to 72MB. Test: m Bug: 280829178 Change-Id: I3614d86d799810e1ce845e1097f43f1ec0a412a3
Loading
Please register or sign in to comment