summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2023-01-18 15:04:00 +0000
committerAlan Viverette <alanv@google.com>2023-01-18 10:07:08 -0500
commit3e89f4930a3b1575b896e0914321f892e3c3c535 (patch)
tree153bddd4263a4a0bea42da7a7749157227a96357
parent8455c9ae1691de2eb8ecae4eaf46a056d19a77d6 (diff)
downloadmockito-3e89f4930a3b1575b896e0914321f892e3c3c535.tar.gz
Add alias for mockito-core naming scheme
Bug: 265820493 Change-Id: Iec7178482f7101e0a933b349b6d73dcc3e53d082 Test: it builds
-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",