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

This commit is contained in:
Yu Liu
2023-08-21 18:44:37 +00:00
committed by Gerrit Code Review

View File

@@ -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
}