diff options
Diffstat (limited to 'sdk/cc_sdk_test.go')
-rw-r--r-- | sdk/cc_sdk_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdk/cc_sdk_test.go b/sdk/cc_sdk_test.go index 32176e5f7..eb64bcc16 100644 --- a/sdk/cc_sdk_test.go +++ b/sdk/cc_sdk_test.go @@ -1539,6 +1539,9 @@ include-host/HostTest.h -> include/include-host/HostTest.h } func TestSystemSharedLibPropagation(t *testing.T) { + // b/145598135 - Generating host snapshots for anything other than linux is not supported. + SkipIfNotLinux(t) + result := testSdkWithCc(t, ` sdk { name: "mysdk", |