Export cc_test as Make class NATIVE_TESTS am: 0fe7253718
am: 63e228c374
Change-Id: I40092396da20a74feb2697000517ce5b9264a015
This commit is contained in:
@@ -155,6 +155,7 @@ func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *androi
|
|||||||
|
|
||||||
func (test *testBinary) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
|
func (test *testBinary) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
|
||||||
ctx.subAndroidMk(ret, test.binaryDecorator)
|
ctx.subAndroidMk(ret, test.binaryDecorator)
|
||||||
|
ret.Class = "NATIVE_TESTS"
|
||||||
if Bool(test.Properties.Test_per_src) {
|
if Bool(test.Properties.Test_per_src) {
|
||||||
ret.SubName = "_" + test.binaryDecorator.Properties.Stem
|
ret.SubName = "_" + test.binaryDecorator.Properties.Stem
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user