OSDN Git Service

Add libvorbisidec.so to the grey-list
authorDimitry Ivanov <dimitry@google.com>
Wed, 27 Apr 2016 23:55:45 +0000 (16:55 -0700)
committerDimitry Ivanov <dimitry@google.com>
Wed, 27 Apr 2016 23:57:27 +0000 (16:57 -0700)
Bug: http://b/28403395
Change-Id: Ic718b1eea4616ca87b94eee211717c4475082cab

linker/linker.cpp

index d6ee8cf..4f5c86b 100644 (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
   };