Merge "Disable the prebuilt host binary test on darwin." am: 280b899a37
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1427730 Change-Id: Ia1703d42c4610bfb8340f163351998848bdd9c59
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user