Noticed that symbol:
.L_ZZN5media14MediaCodecUtil28IsSurfaceViewOutputSupportedEvE14model_prefixes
If you strip the .L, then unmangling gives:
media::MediaCodecUtil::IsSurfaceViewOutputSupported()::model_prefixes
However, unlike other similar symbols, this is not a linker-added prefix. Thus, to have name cross-referencing work between .o and .so, we can't strip this until the name normalization phase (not in _StripLinkerAddedSymbolPrefixes).
This would entail having to run _UnmangleRemainingSymbols after normalization.
I think we should just switch to unmangle upon loading rather than during archive.
Comment 1 by sheriffbot@chromium.org
, Jul 20Status: Untriaged (was: Available)