summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-10-26 13:06:55 -0700
committerColin Cross <ccross@android.com>2017-10-26 20:28:07 +0000
commit822d1b81a9e49110d83dc66713661059439e64e2 (patch)
tree4dd935272faa5248db7fe2c32ec38a65cf86f19c
parent56daa9c3caef0cc3ead27a85fe50997743ecc415 (diff)
downloadmockito-822d1b81a9e49110d83dc66713661059439e64e2.tar.gz
Fix unbundled builds
mockito-api should have been labeled sdk_version: 16 despite its lack of sources to avoid a dependency on core-oj and core-libart that breaks unbundled builds. Test: https://android-build.googleplex.com/builds/view-workplan?viewType=Table&workplanId=L12200000115160652&nodeType=Trybot Change-Id: I9c5dc41e8a3e7a55cc7a15c2109c76cbe043443c
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index da9a9c9..6068af6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,6 +58,7 @@ java_library_static {
hostdex: true,
no_framework_libs: true,
static_libs: ["mockito"],
+ sdk_version: "16",
}
// Main target for dependent projects. Bundles all the run-time dependencies