diff options
author | Colin Cross <ccross@android.com> | 2018-07-10 09:12:46 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-07-10 09:12:46 -0700 |
commit | 19609a7993f30794e79f0f828b06c3ff96fdd20f (patch) | |
tree | 051454c4aca935162bede26e26cb7da6433982ee /test-runner | |
parent | 06aa142232b118f4e5c4d7b0889c000164bcb4ea (diff) | |
parent | 1035f48f612f259cfa4b6433a5d62cda7355f4ff (diff) |
Merge "Mark installable jars with installable: true"
am: 1035f48f61
Change-Id: Ia3176e68ddd7cfdb8351b2a0ea95efc9dd94d922
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index b50ba3b58275..540a09e45db1 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", |