diff options
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go index baa6dfac3..e9436401c 100644 --- a/android/variable.go +++ b/android/variable.go @@ -498,7 +498,7 @@ type ProductConfigProperties map[string]map[string]ProductConfigProperty // ProductVariableProperties returns a ProductConfigProperties containing only the properties which // have been set for the module in the given context. -func ProductVariableProperties(ctx BaseMutatorContext) ProductConfigProperties { +func ProductVariableProperties(ctx BazelConversionPathContext) ProductConfigProperties { module := ctx.Module() moduleBase := module.base() |