diff options
| -rw-r--r-- | apex/apex.go | 5 |
1 files changed, 0 insertions, 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", |