Correct variable name LOCAL_COMPATIBILITY_SUITE
Test: m -j checkbuild Bug: 35394669 Change-Id: I117224b2266520e6aec44aef62551b0836a83520
This commit is contained in:
@@ -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 {
|
ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
|
||||||
if len(test.Properties.Test_suites) > 0 {
|
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, " "))
|
strings.Join(test.Properties.Test_suites, " "))
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
Reference in New Issue
Block a user