diff options
author | 2019-11-22 16:03:51 -0800 | |
---|---|---|
committer | 2020-01-24 16:43:40 -0800 | |
commit | 9d34f358158becf922486eef274ffbf7e3fef9d9 (patch) | |
tree | 7acdcf963d43292a73e7436949345a696d7da917 /android/variable_test.go | |
parent | f0f747c9492fd4e064abb22dde1de1475cc672db (diff) |
Simplify vendor conditionals
Support vendor conditionals with no Go code.
Test: TestSoongConfigModule
Change-Id: I42546e7f17324921ada80f4d8e1cd399830f8dfc
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) |