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

Commit ae2f16e9 authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

Merge "Fix a bug where the default AndroidTest.xml was not picked up." into main

parents a9dbd27a 574e3536
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ func GetTestConfig(
	}

	// check for default AndroidTest.xml
	defaultTestConfigPath := ctx.ModuleDir() + "/AndroidTest.xml"
	defaultTestConfigPath := "AndroidTest.xml"
	c, _ := android.BazelStringOrLabelFromProp(ctx, &defaultTestConfigPath)
	return c.Value
}