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

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

Change-Id: I77aeaa11bd2b2683fbb9af7efe779e5d16a07385
This commit is contained in:
Lukács T. Berki
2021-04-28 13:53:45 +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
}