Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7446606e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Tell make that sh_test is a NATIVE_TEST"

parents df59655f 3db04194
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ func (s *ShBinary) AndroidMk() AndroidMkData {

func (s *ShTest) AndroidMk() AndroidMkData {
	data := s.ShBinary.AndroidMk()
	data.Class = "NATIVE_TESTS"
	data.Extra = append(data.Extra, func(w io.Writer, outputFile Path) {
		fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITE :=",
			strings.Join(s.testProperties.Test_suites, " "))