commit | 5c67e746885b37f6080d63410876db13a68bae75 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Sat Mar 10 21:10:38 2018 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Apr 09 16:19:05 2018 -0700 |
tree | d8b9563339035c8e108e11d4629072e21b990b26 | |
parent | 2f1103142fde38b9bdc2514b168d278c0ce08398 [diff] [blame] |
Use regex pattern in version scripts for lld. * lld complains about unfound symbols in version scripts. Bug: 77820876 Test: make checkbuild Change-Id: I38af432c0c78b2ab3cdcfc5eefbf941fdba8beee
diff --git a/media/libmedia/exports.lds b/media/libmedia/exports.lds index b09fbce..904a7f7 100644 --- a/media/libmedia/exports.lds +++ b/media/libmedia/exports.lds
@@ -3,5 +3,5 @@ *; local: _ZN7android13MidiIoWrapper*; - _ZTVN7android13MidiIoWrapperE; + _ZTVN7android13MidiIoWrapperE*; };