From 5981d5beaf768fa5c65e89bafcba0f5462649d41 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Fri, 8 Apr 2016 09:49:07 -0700 Subject: [PATCH] Add libexpat.so to the grey-list Bug: http://b/28071598 Change-Id: I5545a06edfd8e0ab5b011392860ddccd6c04677f --- linker/linker.cpp | 1 + 1 file changed, 1 insertion(+) 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", -- 2.11.0