diff --git a/tests/Android.bp b/tests/Android.bp index 19490791a..da1df1288 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -541,6 +541,10 @@ cc_test_library { // unsupported relocation type 37 "ifunc_test.cpp", + + // musl #defines utmp to utmpx, causing a collision with + // utmpx_test.cpp + "utmp_test.cpp", ], }, },