Group some modules together under a single bug for tracking purposes.
Test: TH Change-Id: I3f75bbd5c1455ab42d589d884a705bf09ef0b825
This commit is contained in:
parent
1468cc4a10
commit
d01da05860
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue