Merge "Disable the prebuilt host binary test on darwin." am: 280b899a37
am: a33f2016a2
am: da56a9b9d8
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1427730 Change-Id: If7a45f9521627755283f08643c31d03fd429f84c
This commit is contained in:
@@ -274,6 +274,10 @@ func TestPrebuiltLibrarySharedStem(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestPrebuiltSymlinkedHostBinary(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, `
|
ctx := testPrebuilt(t, `
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libfoo",
|
name: "libfoo",
|
||||||
|
Reference in New Issue
Block a user