diff options
Diffstat (limited to 'test-runner/Android.bp')
-rw-r--r-- | test-runner/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index ea615b920df6..0a0d50cc330c 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -40,7 +40,8 @@ java_sdk_library { "junit.textui", ], - droiddoc_options: ["stubsourceonly"], + droiddoc_options: ["-stubsourceonly"], + metalava_enabled: false, compile_dex: true } |