summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:28 +0000
commitf250dd7c5740b5ed6b1d1a1c2cdb9b4f6116989c (patch)
tree153bddd4263a4a0bea42da7a7749157227a96357
parent43e78fe8972be5a969c6e2d9e2c2a3bfc092182f (diff)
parentfb1f9e9ccd2c2ae32326c74346cb33d7f925190a (diff)
downloadmockito-android14-mainline-mediaprovider-release.tar.gz
Change-Id: I39cf4dd3897a11a07caca863c0ef841094c0d98d
-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",