From f0ae6ccaa70b36492c77774b8d0dae934db06f56 Mon Sep 17 00:00:00 2001 From: Jeffrey Huang Date: Thu, 13 Feb 2020 12:33:39 -0800 Subject: [PATCH] Remove liblog from whitelist Bug: 145923087 Test: m -j Change-Id: Ib1b711c01262ce9466cdd49daa3cc7142376004c --- apex/apex.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apex/apex.go b/apex/apex.go index 4fbec6026..1125a987d 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -94,7 +94,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libcutils", "libcutils_headers", "libdiagnose_usb", - "liblog", "liblog_headers", "libmdnssd", "libminijail", @@ -170,7 +169,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libicuuc_headers", "libicuuc_stubdata", "libjdwp_headers", - "liblog", "liblog_headers", "liblz4", "liblzma", @@ -791,7 +789,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libjemalloc5", "liblinker_main", "liblinker_malloc", - "liblog", "liblog_headers", "liblz4", "liblzma", @@ -824,7 +821,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libcutils_headers", "libgtest_prod", "libjsoncpp", - "liblog", "liblog_headers", "libnativehelper_header_only", "libnetd_client_headers", @@ -866,7 +862,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libhidltransport-impl-internal", "libhwbinder-impl-internal", "libjsoncpp", - "liblog", "liblog_headers", "libprocessgroup", "libprocessgroup_headers",