Merge "Disable the prebuilt host binary test on darwin." am: 280b899a37 am: a33f2016a2 am: da56a9b9d8 am: 175d2623e8

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1427730

Change-Id: Idd2765eaabab5eee428ac7e3e62c6fbe15f37f80
This commit is contained in:
Riddle Hsu
2020-09-15 09:34:10 +00:00
committed by Automerger Merge Worker

View File

@@ -274,6 +274,10 @@ func TestPrebuiltLibrarySharedStem(t *testing.T) {
}
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",