aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/module.go b/android/module.go
index 96c2e1e9..15f3b561 100644
--- a/android/module.go
+++ b/android/module.go
@@ -539,7 +539,7 @@ func InitAndroidModule(m Module) {
// Allow tests to override the default product variables
if base.variableProperties == nil {
- base.variableProperties = zeroProductVariables
+ base.variableProperties = defaultProductVariables
}
// Filter the product variables properties to the ones that exist on this module