Loading apex/apex_test.go +0 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package apex import ( "fmt" "os" "path" "path/filepath" "reflect" Loading Loading @@ -9729,7 +9728,3 @@ func TestApexBuildsAgainstApiSurfaceStubLibraries(t *testing.T) { libcCoreVariant := result.ModuleForTests("libc.apiimport", "android_arm64_armv8-a_shared").Module() android.AssertBoolEquals(t, "core variant should link against source libc", true, hasDep(libfooCoreVariant, libcCoreVariant)) } func TestMain(m *testing.M) { os.Exit(m.Run()) } Loading
apex/apex_test.go +0 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package apex import ( "fmt" "os" "path" "path/filepath" "reflect" Loading Loading @@ -9729,7 +9728,3 @@ func TestApexBuildsAgainstApiSurfaceStubLibraries(t *testing.T) { libcCoreVariant := result.ModuleForTests("libc.apiimport", "android_arm64_armv8-a_shared").Module() android.AssertBoolEquals(t, "core variant should link against source libc", true, hasDep(libfooCoreVariant, libcCoreVariant)) } func TestMain(m *testing.M) { os.Exit(m.Run()) }