Add libvorbisidec.so to the grey-list
Bug: http://b/28403395 Change-Id: Ic718b1eea4616ca87b94eee211717c4475082cab
This commit is contained in:
parent
f3158b94ab
commit
19b5e8cd5d
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ static bool is_greylisted(const char* name, const soinfo* needed_by) {
|
|||
"libsqlite.so",
|
||||
"libui.so",
|
||||
"libutils.so",
|
||||
"libvorbisidec.so",
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue