From 1731f6ae3fc4d4bc9ca2dd42f54f052e292698cb Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 12 Mar 2020 14:16:07 +0900 Subject: [PATCH] Remove libselinux from the apex_available whitelist libselinux no longer is included in any APEX. Only the platform variant of it (/system/lib/libselinux.so) exists and APEXes link to it. Removing the lib name from the whitelist to make it clear that the library is not available to any APEX. Bug: 151053366 Bug: 150999716 Test: m Change-Id: Id4fb933141ad32ff5217a58f1c7d689cc657e9ea --- apex/apex.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/apex/apex.go b/apex/apex.go index a4467f60e..04d1bd1e2 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -108,7 +108,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libpcre2", "libprocessgroup_headers", "libqemu_pipe", - "libselinux", "libsystem_headers", "libutils_headers", } @@ -506,7 +505,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libprocessgroup", "libprocessgroup_headers", "libprocinfo", - "libselinux", "libsonivox", "libspeexresampler", "libspeexresampler",