Remove lib_dns from bp2build converter denylist (module name typo, should be libc_dns). am: b33f9d87c4
am: f576ed0a3d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1652837 Change-Id: I72d06645168bc588d626071359252315f2857015
This commit is contained in:
commit
8bee3db4d1
|
@ -137,7 +137,6 @@ var (
|
|||
"libc_init_static": true,
|
||||
"libc_init_dynamic": true,
|
||||
"libc_tzcode": true,
|
||||
"lib_dns": true,
|
||||
"libc_freebsd": true,
|
||||
"libc_freebsd_large_stack": true,
|
||||
"libc_netbsd": true,
|
||||
|
|
Loading…
Reference in New Issue