aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:11:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:11:34 +0000
commitf27a569d57faa66b999a067c6d4cbed1bf6595c2 (patch)
tree2660b93392d25f59097deca76d2866c87c79fed0
parentc69366f7909c1ec416d0ce8fa4790fc0c1201ce7 (diff)
parent6de029b70eb30ef9b0fff04f13827ba2292729cf (diff)
downloadmockito-kotlin-android14-qpr2-s3-release.tar.gz
Change-Id: I60f79c4fd7a1353cad205e0dd5cce40c2f17aefc
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 9c7e088..8a64ac0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,8 @@ java_library_static {
static_libs: ["mockito", "kotlinx_coroutines"],
- sdk_version: "module_current"
+ sdk_version: "module_current",
+
+ host_supported: true,
}