commit | 6ff7f99b610604e6ef14b67c08adbce2ad8a765b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Apr 14 19:39:37 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 14 19:39:37 2023 +0000 |
tree | a07fdfe4d8063216811f37743666879437bbddc9 | |
parent | 3d59f2838a0c996a18dca038cec4b47c157e203c [diff] | |
parent | 118202b1328552d5d61a2da7ea1e9733325dd012 [diff] |
Merge "Skip utmp_test.cpp for musl"
diff --git a/tests/Android.bp b/tests/Android.bp index 1949079..da1df12 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -541,6 +541,10 @@ // unsupported relocation type 37 "ifunc_test.cpp", + + // musl #defines utmp to utmpx, causing a collision with + // utmpx_test.cpp + "utmp_test.cpp", ], }, },