Merge "Fix a bug where the default AndroidTest.xml was not picked up." into main
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user