From a12c0f506cf509e1220f0095010350181c31c367 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 27 Jun 2018 11:00:11 -0700 Subject: Mark installable jars with installable: true Most jars don't need to be installed on the device. Instead of using java_library and java_library_static to distinguish between them make java_library and java_library_static identical and use installable: true to identify the few jars that need to be dexed and installed on the device. Bug: 110885583 Test: m checkbuild Change-Id: I579da7c1a712ec4fb49e288e7f3ab369cb75baf4 --- test-runner/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'test-runner') diff --git a/test-runner/Android.bp b/test-runner/Android.bp index 29d7ea9b5e80..c0eb489d5ab3 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -18,6 +18,7 @@ // ===================================== java_library { name: "android.test.runner", + installable: true, // Needs to be consistent with the repackaged version of this make target. java_version: "1.8", -- cgit v1.2.3