Don't run new test on Darwin that lacks snapshot support.
Test: m nothing
Bug: 152514829
Bug: 152255951
Merged-In: Ib14af7caa408e252242e6933f7281aab3888789c
Change-Id: Ib14af7caa408e252242e6933f7281aab3888789c
(cherry picked from commit 66a06945aa
)
This commit is contained in:
committed by
Paul Duffin
parent
bddfbc463d
commit
8c0db63809
@@ -1539,6 +1539,9 @@ include-host/HostTest.h -> include/include-host/HostTest.h
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestSystemSharedLibPropagation(t *testing.T) {
|
func TestSystemSharedLibPropagation(t *testing.T) {
|
||||||
|
// b/145598135 - Generating host snapshots for anything other than linux is not supported.
|
||||||
|
SkipIfNotLinux(t)
|
||||||
|
|
||||||
result := testSdkWithCc(t, `
|
result := testSdkWithCc(t, `
|
||||||
sdk {
|
sdk {
|
||||||
name: "mysdk",
|
name: "mysdk",
|
||||||
|
Reference in New Issue
Block a user