diff options
author | Dimitry Ivanov <dimitry@google.com> | 2016-04-08 09:49:07 -0700 |
---|---|---|
committer | Dimitry Ivanov <dimitry@google.com> | 2016-04-08 09:49:07 -0700 |
commit | 5981d5beaf768fa5c65e89bafcba0f5462649d41 (patch) | |
tree | e626ca5dae26ee7db1dcc17f1b41be982f48c957 /linker/linker.cpp | |
parent | e4e4e9da72aca324c74d76a2f0ff91a5d4588655 (diff) |
Add libexpat.so to the grey-list
Bug: http://b/28071598
Change-Id: I5545a06edfd8e0ab5b011392860ddccd6c04677f
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 4478c12c0..ba5a49521 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -202,6 +202,7 @@ static bool is_greylisted(const char* name, const soinfo* needed_by) { "libbinder.so", "libcrypto.so", "libcutils.so", + "libexpat.so", "libmedia.so", "libnativehelper.so", "libskia.so", |