summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-19 04:11:22 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-19 04:11:22 +0000
commitb957e1952cf33a24b2b1ea1ffafac8d717f7c477 (patch)
tree153bddd4263a4a0bea42da7a7749157227a96357
parent8586f2dca9708acba51810235c07fccff0716b1c (diff)
parentfb1f9e9ccd2c2ae32326c74346cb33d7f925190a (diff)
downloadmockito-android-vts-14.0_r2.tar.gz
Change-Id: I0e7bf89bd80d13e15d0bbd782d0849148f44100b
-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",