From 14850a513932424d55d96cce80cba8b6b8882bb2 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 6 Feb 2020 13:55:49 -0800 Subject: [PATCH] rm libbinderthreadstate This library is empty, and its functionality has moved into libbinder/libhwbinder. Bug: 148692216 Test: N/A Change-Id: I5874efda9ab43fc00cf90395a1aabde45cf49579 --- apex/apex.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apex/apex.go b/apex/apex.go index eafc186c4..ecc596dae 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -234,7 +234,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libbase", "libbase_headers", "libbinder_headers", - "libbinderthreadstate", "libbluetooth", "libbluetooth-types", "libbluetooth-types-header", @@ -351,7 +350,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libbacktrace_headers", "libbase", "libbase_headers", - "libbinderthreadstate", "libbuildversion", "libc++", "libcrypto", @@ -441,7 +439,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libbase", "libbase_headers", "libbinder_headers", - "libbinderthreadstate", "libbluetooth-types-header", "libbufferhub", "libbufferhub_headers", @@ -587,7 +584,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libbase", "libbase_headers", "libbinder_headers", - "libbinderthreadstate", "libbluetooth-types-header", "libbufferhub_headers", "libc++", @@ -861,7 +857,6 @@ func makeApexAvailableWhitelist() map[string][]string { "fmtlib", "libbacktrace_headers", "libbase_headers", - "libbinderthreadstate", "libcgrouprc", "libcgrouprc_format", "libcutils",