summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-20 05:10:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-20 05:10:24 +0000
commit5b4c1276e647860812767dd6687d9c980169b294 (patch)
tree153bddd4263a4a0bea42da7a7749157227a96357
parent7916f3877c7c7536886307e297156f6451aac32b (diff)
parentb957e1952cf33a24b2b1ea1ffafac8d717f7c477 (diff)
downloadmockito-android-14.0.0_r5.tar.gz
Change-Id: I34eb2efdec0a032c2e64d699c1073b66bae0a61a
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ed0ade3..716f9ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -84,6 +84,14 @@ java_library_static {
}
}
+// Compatibility library for Maven artifact naming scheme
+java_library_static {
+ name: "mockito-core",
+ hostdex: true,
+ static_libs: ["mockito"],
+ sdk_version: "core_current",
+}
+
// Compatibility library for old name of host target
java_library_host {
name: "mockito-host",