summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:21 +0000
commit114143f441d7795a7cd4093b8fcd94c61480952b (patch)
tree153bddd4263a4a0bea42da7a7749157227a96357
parentd0256c325dde9fe8cef1ed27fe244a00b60bfe9d (diff)
parentfb1f9e9ccd2c2ae32326c74346cb33d7f925190a (diff)
downloadmockito-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from fb1f9e9ccd2c2ae32326c74346cb33d7f925190a to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I25736e6d7a609c7b3e6b756d7f23efb8a49ffe5a
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fa02f9d..716f9ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,10 +79,19 @@ java_library_static {
errorprone: {
javacflags: [
"-Xep:CollectionIncompatibleType:WARN", // b/74213384
+ "-Xep:BoxedPrimitiveEquality:WARN",
],
}
}
+// 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",