Remove a bunch of stuff from the libc allowlist.
bionic/libc/Android.bp explicitly declares this now. Test: treehugger Change-Id: I88b54c45842bdf34449cdbbcaa9cb3c2774b8b6c
This commit is contained in:
parent
4ae9c14557
commit
c9642681bd
1 changed files with 0 additions and 26 deletions
26
apex/apex.go
26
apex/apex.go
|
@ -3277,31 +3277,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
||||||
// Module separator
|
// Module separator
|
||||||
//
|
//
|
||||||
m["com.android.runtime"] = []string{
|
m["com.android.runtime"] = []string{
|
||||||
"libc_aeabi",
|
|
||||||
"libc_bionic",
|
|
||||||
"libc_bionic_ndk",
|
|
||||||
"libc_bootstrap",
|
|
||||||
"libc_common",
|
|
||||||
"libc_common_shared",
|
|
||||||
"libc_dns",
|
|
||||||
"libc_dynamic_dispatch",
|
|
||||||
"libc_fortify",
|
|
||||||
"libc_freebsd",
|
|
||||||
"libc_freebsd_large_stack",
|
|
||||||
"libc_gdtoa",
|
|
||||||
"libc_init_dynamic",
|
|
||||||
"libc_init_static",
|
|
||||||
"libc_jemalloc_wrapper",
|
|
||||||
"libc_netbsd",
|
|
||||||
"libc_nomalloc",
|
|
||||||
"libc_nopthread",
|
|
||||||
"libc_openbsd",
|
|
||||||
"libc_openbsd_large_stack",
|
|
||||||
"libc_openbsd_ndk",
|
|
||||||
"libc_pthread",
|
|
||||||
"libc_syscalls",
|
|
||||||
"libc_tzcode",
|
|
||||||
"libc_unwind_static",
|
|
||||||
"libdebuggerd",
|
"libdebuggerd",
|
||||||
"libdebuggerd_common_headers",
|
"libdebuggerd_common_headers",
|
||||||
"libdebuggerd_handler_core",
|
"libdebuggerd_handler_core",
|
||||||
|
@ -3313,7 +3288,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
||||||
"libprocinfo",
|
"libprocinfo",
|
||||||
"libpropertyinfoparser",
|
"libpropertyinfoparser",
|
||||||
"libscudo",
|
"libscudo",
|
||||||
"libstdc++",
|
|
||||||
"libsystemproperties",
|
"libsystemproperties",
|
||||||
"libtombstoned_client_static",
|
"libtombstoned_client_static",
|
||||||
"libunwindstack",
|
"libunwindstack",
|
||||||
|
|
Loading…
Reference in a new issue