Remove lib_dns from bp2build converter denylist (module name typo, should be libc_dns). am: b33f9d87c4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1652837 Change-Id: Id9b6ec08294dbd3a5b0998007bdcd8fe96dcff69
This commit is contained in:
commit
f576ed0a3d
|
@ -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