Export cc_test as Make class NATIVE_TESTS

am: 0fe7253718

Change-Id: I68cbd83825e285fca8621c7fd2cf615fec8067b8
This commit is contained in:
Dan Willemsen
2017-01-20 01:09:36 +00:00
committed by android-build-merger

View File

@@ -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
}