diff options
author | Dimitry Ivanov <dimitry@google.com> | 2016-01-12 10:37:38 -0800 |
---|---|---|
committer | Dimitry Ivanov <dimitry@google.com> | 2016-01-12 10:37:38 -0800 |
commit | 78dfc4017de453f5a11ca86492d359931fdda997 (patch) | |
tree | c28b2685711ee20bde43e4cca4b774cffc4b4210 /linker/linker.cpp | |
parent | ca6020d9cdb331702afb89e1303b6b8c9c5c9490 (diff) |
Greylist libui.so
Bug: http://b/26494034
Bug: http://b/26394120
Change-Id: Ie857b753061ff31aee1fafc4919cc8faed5e3f5d
Diffstat (limited to 'linker/linker.cpp')
-rw-r--r-- | linker/linker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/linker.cpp b/linker/linker.cpp index 228216fcd..05c58df2d 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -173,6 +173,7 @@ static bool is_greylisted(const char* name, const soinfo* needed_by) { "libnativehelper.so", "libssl.so", "libstagefright.so", + "libui.so", "libutils.so", nullptr }; |