diff options
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/module.go b/android/module.go index fcb5aeef..3a3d1735 100644 --- a/android/module.go +++ b/android/module.go @@ -147,7 +147,7 @@ type commonProperties struct { Proprietary bool // vendor who owns this module - Owner string + Owner *string // whether this module is device specific and should be installed into /vendor Vendor bool |