diff options
Diffstat (limited to 'android/defaults.go')
-rw-r--r-- | android/defaults.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/defaults.go b/android/defaults.go index 510ebe0a2..0fc1768e3 100644 --- a/android/defaults.go +++ b/android/defaults.go @@ -178,6 +178,7 @@ func InitDefaultsModule(module DefaultsModule) { module.AddProperties( &hostAndDeviceProperties{}, commonProperties, + &baseProperties{}, &ApexProperties{}, &distProperties{}) |