aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-09 14:23:35 -0800
committerJulien Desprez <jdesprez@google.com>2021-02-10 19:44:57 +0000
commit97c813c112d7a3dbd7c317cdea70888c703a3b93 (patch)
tree70d1830912107e5123a514d464c6f538c888947f
parent400319a50ba363e6d18ed138aa633c0058fc346f (diff)
downloadcn-cbor-97c813c112d7a3dbd7c317cdea70888c703a3b93.tar.gz
Mark cn-cbor_test as not gtest
it uses ctest. Test: None Bug: 179092189 Exempt-From-Owner-Approval: simple build change Change-Id: I42793358f3aa08f25006789aa18f910112dcdd35
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 08a727b..3b1157d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,4 +29,5 @@ cc_test {
"test/cbor_test.c",
],
shared_libs: [ "libcn-cbor", ],
+ gtest: false,
}