Merge "Remove libc_syscalls from the denylist." am: 331917a4c6

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1689386

Change-Id: Ib4a92862eecdc0916bbc8ea07aec87fb46bb21e2
This commit is contained in:
Lukács T. Berki
2021-04-28 13:52:34 +00:00
committed by Automerger Merge Worker

View File

@@ -212,8 +212,7 @@ var (
// Other
"libBionicBenchmarksUtils", // ruperts@, cc_library_static, 'map' file not found
"libc_syscalls", // ruperts@, cc_library_static, mutator panic cannot get direct dep syscalls-arm64.S of libc_syscalls
"libc_ndk", // ruperts@, cc_library_static, depends on libc_bionic_ndk, libc_jemalloc_wrapper, libc_syscalls, libc_tzcode, libstdc++
"libc_ndk", // ruperts@, cc_library_static, depends on libc_bionic_ndk, libc_jemalloc_wrapper, libc_tzcode, libstdc++
"libc", // jingwen@, cc_library, depends on //external/gwp_asan
}