aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/module.go b/android/module.go
index aaaa2fbf..8c48bd3a 100644
--- a/android/module.go
+++ b/android/module.go
@@ -262,7 +262,7 @@ type ModuleBase struct {
variableProperties variableProperties
hostAndDeviceProperties hostAndDeviceProperties
generalProperties []interface{}
- archProperties []*archProperties
+ archProperties []interface{}
customizableProperties []interface{}
noAddressSanitizer bool