diff options
| -rw-r--r-- | cc/androidmk.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/androidmk.go b/cc/androidmk.go index 380babcbc..c0be11148 100644 --- a/cc/androidmk.go +++ b/cc/androidmk.go @@ -155,6 +155,7 @@ func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *androi func (test *testBinary) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) { ctx.subAndroidMk(ret, test.binaryDecorator) + ret.Class = "NATIVE_TESTS" if Bool(test.Properties.Test_per_src) { ret.SubName = "_" + test.binaryDecorator.Properties.Stem } |