Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d01da058 authored by Jingwen Chen's avatar Jingwen Chen
Browse files

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

Test: TH
Change-Id: I3f75bbd5c1455ab42d589d884a705bf09ef0b825
parent 1468cc4a
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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