From c9642681bdaa67d07009b80fbfdf586fca03409f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 20 Jul 2023 21:10:31 +0000 Subject: [PATCH] Remove a bunch of stuff from the libc allowlist. bionic/libc/Android.bp explicitly declares this now. Test: treehugger Change-Id: I88b54c45842bdf34449cdbbcaa9cb3c2774b8b6c --- apex/apex.go | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/apex/apex.go b/apex/apex.go index 1d094eb31..325ca002b 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -3277,31 +3277,6 @@ func makeApexAvailableBaseline() map[string][]string { // Module separator // 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_common_headers", "libdebuggerd_handler_core", @@ -3313,7 +3288,6 @@ func makeApexAvailableBaseline() map[string][]string { "libprocinfo", "libpropertyinfoparser", "libscudo", - "libstdc++", "libsystemproperties", "libtombstoned_client_static", "libunwindstack",