summaryrefslogtreecommitdiff
path: root/tradefed
diff options
context:
space:
mode:
Diffstat (limited to 'tradefed')
-rw-r--r--tradefed/autogen_bazel.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tradefed/autogen_bazel.go b/tradefed/autogen_bazel.go
index 8283984c9..cc16176c8 100644
--- a/tradefed/autogen_bazel.go
+++ b/tradefed/autogen_bazel.go
@@ -49,7 +49,7 @@ type TestConfigAttributes struct {
}
func GetTestConfigAttributes(
- ctx android.TopDownMutatorContext,
+ ctx android.Bp2buildMutatorContext,
testConfig *string,
extraTestConfigs []string,
autoGenConfig *bool,
@@ -93,7 +93,7 @@ func GetTestConfigAttributes(
}
func GetTestConfig(
- ctx android.TopDownMutatorContext,
+ ctx android.Bp2buildMutatorContext,
testConfig *string,
) *bazel.Label {