Correct variable name LOCAL_COMPATIBILITY_SUITE

am: 4df566d313

Change-Id: I62520ce0a77d8817c6f89837d4774d3993870a73
This commit is contained in:
Dan Shi 2017-04-03 21:19:39 +00:00 committed by android-build-merger
commit 10d454db64
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ func (test *testBinary) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkDa
ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
if len(test.Properties.Test_suites) > 0 {
fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITES :=",
fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITE :=",
strings.Join(test.Properties.Test_suites, " "))
}
return nil