commit | 97673c06d87884b0478566c1ba78d35e196c2e8a | [log] [tgz] |
---|---|---|
author | Vishwath Mohan <vishwath@google.com> | Fri Jan 20 01:32:43 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 20 01:32:44 2017 +0000 |
tree | 5029b243e8bdafa14729892c77bb5cf433a800d2 | |
parent | 0fe72537187d45600d26e2978b3efa5531f14b59 [diff] | |
parent | 1b017a76e1d84626c0bd881625149dcd66174fe0 [diff] |
Merge "Hide CFI behind a global flag."
diff --git a/cc/androidmk.go b/cc/androidmk.go index 380babc..c0be111 100644 --- a/cc/androidmk.go +++ b/cc/androidmk.go
@@ -155,6 +155,7 @@ 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 }