diff options
Diffstat (limited to 'android/arch.go')
-rw-r--r-- | android/arch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/arch.go b/android/arch.go index 1ec971d15..e2d0d0dbb 100644 --- a/android/arch.go +++ b/android/arch.go @@ -1369,7 +1369,7 @@ func GetCompoundTargetField(os OsType, arch ArchType) string { // Returns the structs corresponding to the properties specific to the given // architecture and OS in archProperties. -func getArchProperties(ctx BaseMutatorContext, archProperties interface{}, arch Arch, os OsType, nativeBridgeEnabled bool) []reflect.Value { +func getArchProperties(ctx BaseModuleContext, archProperties interface{}, arch Arch, os OsType, nativeBridgeEnabled bool) []reflect.Value { result := make([]reflect.Value, 0) archPropValues := reflect.ValueOf(archProperties).Elem() |