diff options
Diffstat (limited to 'android/defaults.go')
| -rw-r--r-- | android/defaults.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/defaults.go b/android/defaults.go index eb013d7ab..44753ce22 100644 --- a/android/defaults.go +++ b/android/defaults.go @@ -183,7 +183,7 @@ func InitDefaultsModule(module DefaultsModule) { initAndroidModuleBase(module) initProductVariableModule(module) - InitArchModule(module) + initArchModule(module) InitDefaultableModule(module) // Add properties that will not have defaults applied to them. |