commit | 280b899a37fff7120b772edf2af5c2fbbf6d9d88 | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Tue Sep 15 07:00:32 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 15 07:00:32 2020 +0000 |
tree | 98e633f14146265f4cb79621ff6e56c558f0d617 | |
parent | 0c16fdf7a16e58f20853db166ef43bc9fd19007a [diff] | |
parent | 6a9a14663d34ae8ec6f7e4258dcddbafa4d417da [diff] |
Merge "Disable the prebuilt host binary test on darwin."
diff --git a/cc/prebuilt_test.go b/cc/prebuilt_test.go index d94d59a..52416ac 100644 --- a/cc/prebuilt_test.go +++ b/cc/prebuilt_test.go
@@ -274,6 +274,10 @@ } func TestPrebuiltSymlinkedHostBinary(t *testing.T) { + if android.BuildOs != android.Linux { + t.Skipf("Skipping host prebuilt testing that is only supported on %s not %s", android.Linux, android.BuildOs) + } + ctx := testPrebuilt(t, ` cc_prebuilt_library_shared { name: "libfoo",