commit | 21f7e6a3f68dfd8620390f5bebf7911263769709 | [log] [tgz] |
---|---|---|
author | Jeffrey Huang <jeffreyhuang@google.com> | Wed Feb 26 11:46:00 2020 -0800 |
committer | Jeffrey Huang <jeffreyhuang@google.com> | Wed Feb 26 11:51:26 2020 -0800 |
tree | a7e987bbf3484f895cda416193f3011d6c60c0be | |
parent | 27f83cdbcefd687632811996e25ece99f7e1ac69 [diff] |
Move libstatssocket to shared. This fixes the boot loop when zygote tries to log to statsd during boot time. Linking libstatssocket statically from two different places causes translation errors resulting in multiple instances of the same struct being created. This meant that the struct is no longer shared across the same process for opening/closing of the socket. Bug: 149889582 Test: Phone boots Change-Id: Ibfa25c0fe7874ba08157a5ec43601c5cf8305723