From 822d1b81a9e49110d83dc66713661059439e64e2 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 26 Oct 2017 13:06:55 -0700 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3