Add libvorbisidec.so to the grey-list

Bug: http://b/28403395
Change-Id: Ic718b1eea4616ca87b94eee211717c4475082cab
This commit is contained in:
Dimitry Ivanov 2016-04-27 16:55:45 -07:00
parent f3158b94ab
commit 19b5e8cd5d

View file

@ -214,6 +214,7 @@ static bool is_greylisted(const char* name, const soinfo* needed_by) {
"libsqlite.so",
"libui.so",
"libutils.so",
"libvorbisidec.so",
nullptr
};