summaryrefslogtreecommitdiff
path: root/android/build_prop_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/build_prop_test.go')
-rw-r--r--android/build_prop_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build_prop_test.go b/android/build_prop_test.go
index e75975a0a..e136a1a44 100644
--- a/android/build_prop_test.go
+++ b/android/build_prop_test.go
@@ -36,6 +36,6 @@ android_info {
res := GroupFixturePreparers(
FixtureRegisterWithContext(registerBuildPropComponents),
).RunTestWithBp(t, bp)
- buildPropCmd := res.ModuleForTests("vendor-build.prop", "").Rule("vendor-build.prop_.vendor-build.prop").RuleParams.Command
+ buildPropCmd := res.ModuleForTests(t, "vendor-build.prop", "").Rule("vendor-build.prop_.vendor-build.prop").RuleParams.Command
AssertStringDoesContain(t, "Could not find android-info in prop files of vendor build.prop", buildPropCmd, "--prop-files=out/soong/.intermediates/board-info/android-info.prop")
}