summaryrefslogtreecommitdiff
path: root/android/path_properties.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/path_properties.go')
-rw-r--r--android/path_properties.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/path_properties.go b/android/path_properties.go
index 397688064..fdc4d918f 100644
--- a/android/path_properties.go
+++ b/android/path_properties.go
@@ -33,7 +33,7 @@ func registerPathDepsMutator(ctx RegisterMutatorsContext) {
// The pathDepsMutator automatically adds dependencies on any module that is listed with the
// ":module" module reference syntax in a property that is tagged with `android:"path"`.
func pathDepsMutator(ctx BottomUpMutatorContext) {
- props := ctx.Module().base().generalProperties
+ props := ctx.Module().base().GetProperties()
addPathDepsForProps(ctx, props)
}