commit | 1e420429fd585309d5611919393defa639b564aa | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Wed Mar 04 15:22:32 2020 -0800 |
committer | Marco Nelissen <marcone@google.com> | Mon Mar 09 18:19:26 2020 +0000 |
tree | 07b1f3769d42ee0cac41ea5beb95db02060f3098 | |
parent | 40598a663cb78c3f931bbf49c69077787de26241 [diff] |
Statically link libvorbisidec Codec2 Vorbis codec was dynamically linking with libvorbisidec. By linking statically instead, unused code can be stripped, reducing size and improving relative coverage. Test: CTS Bug: 149042245 Change-Id: If1203ecf2d488bd285cb469f786a14a0eb64a7f4 (cherry picked from commit 048d7c3229170a9a0cc4f72c2a47584d93dc9551)