summaryrefslogtreecommitdiff
path: root/android/bazel_paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/bazel_paths.go')
-rw-r--r--android/bazel_paths.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/bazel_paths.go b/android/bazel_paths.go
index 86829ce29..ac862d4b4 100644
--- a/android/bazel_paths.go
+++ b/android/bazel_paths.go
@@ -585,7 +585,7 @@ func PathsForBazelOut(ctx PathContext, paths []string) Paths {
// For the first two cases, they are defined using the label attribute. For the third case,
// it's defined with the string attribute.
func BazelStringOrLabelFromProp(
- ctx TopDownMutatorContext,
+ ctx Bp2buildMutatorContext,
propToDistinguish *string) (bazel.LabelAttribute, bazel.StringAttribute) {
var labelAttr bazel.LabelAttribute