summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-24 03:03:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-24 03:03:37 +0000
commitef1c7402d0d64778e289cd4ac6b8c8a77712af9e (patch)
tree572b42eac97af62bb5f19764d10ec9251ed93489
parente910eb1d25231601811eb302f42e2e2e6193e576 (diff)
parentc830e226e3b71ee51e29ba0345ce0bde1e90363a (diff)
downloadlibtextclassifier-android12-d1-s1-release.tar.gz
Change-Id: Ibf2102f75c1fbdb3454fd09b2ee6f10bd36045d9
-rw-r--r--native/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/native/Android.bp b/native/Android.bp
index 32a58c3..61b7ade 100644
--- a/native/Android.bp
+++ b/native/Android.bp
@@ -218,6 +218,9 @@ cc_test {
],
compile_multilib: "prefer32",
+
+ // A workaround for code coverage. See b/166040889#comment23
+ sdk_variant_only: true,
}
// ------------------------------------