From d01da058605d975b08cbb530b7bbdf520efb183e Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Fri, 30 Apr 2021 03:33:15 +0000 Subject: [PATCH] Group some modules together under a single bug for tracking purposes. Test: TH Change-Id: I3f75bbd5c1455ab42d589d884a705bf09ef0b825 --- android/bazel.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/android/bazel.go b/android/bazel.go index e330681c0..68b040d00 100644 --- a/android/bazel.go +++ b/android/bazel.go @@ -209,10 +209,12 @@ var ( // Includes not found "libbionic_tests_headers_posix", // ruperts@, cc_library_static, 'dirent.h' not found - "liblog", // eakammer@, cc_library, 'sys/cdefs.h' file not found, missing -isystem bionic/libc/include through the libc/libm/libdl default dependencies if system_shared_libs unset - "libseccomp_policy", // jingwen@, cc_library, 'linux/filter.h' not found, missing -isystem bionic/libc/kernel/uapi/asm-arm, probably due to us not handling arch { ... { export_system_include_dirs } } correctly - "note_memtag_heap_async", // lberki@, cc_library_static, error: feature.h not found, missing -isystem bionic/libc/include through the libc/libm/libdl default dependencies if system_shared_libs unset - "note_memtag_heap_sync", // lberki@, cc_library_static, error: feature.h not found, missing -isystem bionic/libc/include through the libc/libm/libdl default dependencies if system_shared_libs unset + + // b/186024507, missing -isystem bionic/libc/include through the libc/libm/libdl default dependencies if system_shared_libs unset + "liblog", // cc_library, 'sys/cdefs.h' file not found + "libseccomp_policy", // cc_library, 'linux/filter.h' not found + "note_memtag_heap_async", // cc_library_static, error: feature.h not found + "note_memtag_heap_sync", // cc_library_static, error: feature.h not found // Other "libBionicBenchmarksUtils", // ruperts@, cc_library_static, 'map' file not found