diff options
Diffstat (limited to 'android/variable_test.go')
-rw-r--r-- | android/variable_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/variable_test.go b/android/variable_test.go index 451d43d8e..751677fb0 100644 --- a/android/variable_test.go +++ b/android/variable_test.go @@ -148,7 +148,7 @@ func testProductVariableModuleFactoryFactory(props interface{}) func() Module { clonedProps := proptools.CloneProperties(reflect.ValueOf(props)).Interface() m.AddProperties(clonedProps) - // Set a default variableProperties, this will be used as the input to the property struct filter + // Set a default soongConfigVariableProperties, this will be used as the input to the property struct filter // for this test module. m.variableProperties = testProductVariableProperties InitAndroidModule(m) |