Group some modules together under a single bug for tracking purposes. am: d01da05860

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

Change-Id: I82be1a199afd621a268077de6e4b5f6155b71e8e
This commit is contained in:
Jingwen Chen
2021-04-30 05:47:45 +00:00
committed by Automerger Merge Worker

View File

@@ -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