summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2023-01-18 19:14:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-18 19:14:03 +0000
commit9241a45d30e6e65a7ed58dc105c19ff92dc0e19d (patch)
tree153bddd4263a4a0bea42da7a7749157227a96357
parent8455c9ae1691de2eb8ecae4eaf46a056d19a77d6 (diff)
parent3e89f4930a3b1575b896e0914321f892e3c3c535 (diff)
downloadmockito-9241a45d30e6e65a7ed58dc105c19ff92dc0e19d.tar.gz
Merge "Add alias for mockito-core naming scheme"main-16k-with-phones
-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",