summaryrefslogtreecommitdiff
path: root/test-runner
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2018-07-11 09:18:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-07-11 09:18:15 +0000
commit6e3c86c8ed7a1bcfcbc63bbded0043d4b4efbe10 (patch)
treef30e99989abc761bb86b5256519d649aef86c5d6 /test-runner
parentb4919259ab3a5caf367ca05798618c6785606182 (diff)
parent89c6432dbf33f7d1d1ce537d2a4e64406f0030fb (diff)
Merge "Compile android.test.*.stubs into dex"
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp
index c0eb489d5ab3..e605940804ed 100644
--- a/test-runner/Android.bp
+++ b/test-runner/Android.bp
@@ -109,4 +109,5 @@ java_library_static {
},
},
sdk_version: "current",
+ compile_dex: true,
}