diff options
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/apex/apex.go b/apex/apex.go index 9df7f064..4ce9341a 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -790,22 +790,6 @@ func makeApexAvailableWhitelist() map[string][]string { "libprofile-extras", "libprofile-extras_ndk", "libunwind_llvm", - "ndk_crtbegin_dynamic.27", - "ndk_crtbegin_so.16", - "ndk_crtbegin_so.19", - "ndk_crtbegin_so.21", - "ndk_crtbegin_so.24", - "ndk_crtbegin_so.27", - "ndk_crtend_android.27", - "ndk_crtend_so.16", - "ndk_crtend_so.19", - "ndk_crtend_so.21", - "ndk_crtend_so.24", - "ndk_crtend_so.27", - "ndk_libandroid_support", - "ndk_libc++_static", - "ndk_libc++abi", - "ndk_libunwind", } return m } |