diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-09 19:29:02 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-09 19:29:02 +0000 |
| commit | 1491d259bf23ce0d96760276176caaf6c208ab85 (patch) | |
| tree | 6bbef9866d6a89f1aba8825665aebe94e0e96c47 | |
| parent | 14892ac842dc63ce853061750e6b7fae3695c113 (diff) | |
| parent | eb2ae76ddb6dfb6cefc9817cba4674b53c7c778a (diff) | |
| download | platform_external_libtextclassifier-android11-mainline-os-statsd-release.tar.gz platform_external_libtextclassifier-android11-mainline-os-statsd-release.tar.bz2 platform_external_libtextclassifier-android11-mainline-os-statsd-release.zip | |
Snap for 7134866 from eb2ae76ddb6dfb6cefc9817cba4674b53c7c778a to mainline-os-statsd-releaseandroid-mainline-11.0.0_r44android11-mainline-os-statsd-release
Change-Id: I965b9b0489be5e6ff279d4ce7744c34e9ff9c50e
| -rw-r--r-- | native/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/native/Android.bp b/native/Android.bp index e9cbe13..09f5731 100644 --- a/native/Android.bp +++ b/native/Android.bp @@ -204,6 +204,9 @@ cc_test { ], compile_multilib: "prefer32", + + // A workaround for code coverage. See b/166040889#comment23 + sdk_variant_only: true, } // ------------------------------------ |
