diff options
Diffstat (limited to 'android/vintf_fragment.go')
-rw-r--r-- | android/vintf_fragment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/vintf_fragment.go b/android/vintf_fragment.go index 329eac974..42eaaf01a 100644 --- a/android/vintf_fragment.go +++ b/android/vintf_fragment.go @@ -44,7 +44,7 @@ func vintfLibraryFactory() Module { m.AddProperties( &m.properties, ) - InitAndroidArchModule(m, DeviceSupported, MultilibFirst) + InitAndroidArchModule(m, DeviceSupported, MultilibCommon) return m } |