Group some modules together under a single bug for tracking purposes. am: d01da05860
am: baf10be386
am: 3fd3d76d9c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1690927 Change-Id: I7a7c64fa34bad7ff7e635f5cd52b1036b2649fbb
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user