Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6dada6be authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

[TimedTextUnitTest] use shared libstagefright_foundation instead of static

Bug: http://b/197965342

libmedia.so, a dependency of TimedTextUnitTest, also depends on
libstagefright_foundation.so.  If we include libstagefright_foundation.a
when linking TimedTextUnitTest, upstream's lld linker will unnecessarily
fetch symbols from libstagefright_foundation.a to redefine undefined
symbols from libmedia.so.  Switching to libstagefright_foundation.so
instead does not increase the closure of shared libraries needed for
this test.

Test: build with aosp/1809741 which has lld with the above behavior.
Change-Id: I4077a385f8c6233108f09a69260d0bda7a022099
parent 386643fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment