diff options
author | Dongwon Kang <dwkang@google.com> | 2019-09-24 18:55:44 -0700 |
---|---|---|
committer | Dongwon Kang <dwkang@google.com> | 2019-09-24 18:55:44 -0700 |
commit | b2a1c11c77d41f0c14b2ecf91a7c4b9c17dbd931 (patch) | |
tree | e2a1a2e6d4ab6845051e87a842f8cb8e60c87834 /linker/linker.cpp | |
parent | f97dcc15e86dc557517a9b767bc1f6d22ad66594 (diff) |
Remove libvorbisdec from greylist.
Test: build and boot. Checked libvorbisdec.so is not in /system/lib[64]
Bug: 141257741
Change-Id: Id9d9f691d5e5fa089a9d98a1be49754c8355202f
Diffstat (limited to 'linker/linker.cpp')
-rw-r--r-- | linker/linker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linker/linker.cpp b/linker/linker.cpp index 9aa648016..94faf2350 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -204,7 +204,6 @@ static bool is_greylisted(android_namespace_t* ns, const char* name, const soinf "libsqlite.so", "libui.so", "libutils.so", - "libvorbisidec.so", nullptr }; |