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

Commit 70018481 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove libdl_static from the deny list in light of http://aosp/1688405"

parents 09a2a2ce 6036497a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ var (

		// Linker error
		"libc_malloc_hooks", // jingwen@, cc_library, undefined symbol: __malloc_hook, etc.
		"libdl",             // jingwen@, cc_library, no input files
		"libdl",             // jingwen@, cc_library, clang failed
		"libstdc++",         // jingwen@, cc_library, undefined symbol: free

		// Includes not found
@@ -213,7 +213,6 @@ var (
		"libBionicBenchmarksUtils", // ruperts@, cc_library_static, 'map' file not found
		"libc_syscalls",            // ruperts@, cc_library_static, mutator panic cannot get direct dep syscalls-arm64.S of libc_syscalls
		"libc_ndk",                 // ruperts@, cc_library_static, depends on libc_bionic_ndk, libc_jemalloc_wrapper, libc_syscalls, libc_tzcode, libstdc++
		"libdl_static",             // ruperts@, cc_library_static, conflicts with libdl

		"libc", // jingwen@, cc_library, depends on //external/gwp_asan
	}