summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2023-01-18 20:44:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-18 20:44:16 +0000
commitd033d9ff9eb8af5e195ae0f616383ad36dcacb67 (patch)
tree153bddd4263a4a0bea42da7a7749157227a96357
parent078a2a13d406172bbd83f2319fe73dbc7fcbc743 (diff)
parent33de180a1a900d62d3db6a0995738a274c51d3a3 (diff)
downloadmockito-d033d9ff9eb8af5e195ae0f616383ad36dcacb67.tar.gz
Merge "Add alias for mockito-core naming scheme" am: 9241a45d30 am: 33de180a1a
Original change: https://android-review.googlesource.com/c/platform/external/mockito/+/2393172 Change-Id: I32da1516857d31b78cffef61bd3c793e2b5e96d6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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",