summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:20:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:20:47 +0000
commitd32abedff2f3059d4efed31911d3141a1ee02ba3 (patch)
tree2d2cf803130b891be15affe251290d447fcc3ecf
parenta09aedb652b19fb96c52f9f3b87cc77033849669 (diff)
parent25fc02b7f766a54bfefd7b1bfe9f73e0f54eefea (diff)
downloadlibtextclassifier-android12-mainline-documentsui-release.tar.gz
Snap for 7483611 from 25fc02b7f766a54bfefd7b1bfe9f73e0f54eefea to mainline-documentsui-releaseandroid-mainline-12.0.0_r26android-mainline-12.0.0_r2aml_doc_310851020android12-mainline-documentsui-release
Change-Id: Idfd8a0cc1879391cbb641c270ddd8bf64d34da84
-rw-r--r--native/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/native/Android.bp b/native/Android.bp
index 5cfd46e..a0ca6a4 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,
}
// ------------------------------------