Correct variable name LOCAL_COMPATIBILITY_SUITE
am: 4df566d313
Change-Id: I62520ce0a77d8817c6f89837d4774d3993870a73
This commit is contained in:
commit
10d454db64
|
@ -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 New Issue