Correct variable name LOCAL_COMPATIBILITY_SUITE
Test: m -j checkbuild Bug: 35394669 Change-Id: I117224b2266520e6aec44aef62551b0836a83520
This commit is contained in:
parent
fe7f2f393b
commit
4df566d313
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue