Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecf2dc46 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Gerrit Code Review
Browse files

Merge "Skip TestDex2oatToolDeps on Darwin."

parents 50d60173 1b784a7c
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -173,6 +173,11 @@ func enabledString(enabled bool) string {
}
}


func TestDex2oatToolDeps(t *testing.T) {
func TestDex2oatToolDeps(t *testing.T) {
	if android.BuildOs != android.Linux {
		// The host binary paths checked below are build OS dependent.
		t.Skipf("Unsupported build OS %s", android.BuildOs)
	}

	preparers := android.GroupFixturePreparers(
	preparers := android.GroupFixturePreparers(
		cc.PrepareForTestWithCcDefaultModules,
		cc.PrepareForTestWithCcDefaultModules,
		PrepareForTestWithJavaDefaultModulesWithoutFakeDex2oatd,
		PrepareForTestWithJavaDefaultModulesWithoutFakeDex2oatd,