diff options
author | Sundong Ahn <sundongahn@google.com> | 2018-11-20 17:47:23 +0900 |
---|---|---|
committer | Sundong Ahn <sundongahn@google.com> | 2018-12-12 18:38:46 +0900 |
commit | 26420f6345dbd9d5d013fc8fc9bea7d98c026811 (patch) | |
tree | d77efb36f4b0e29ff69b811f7cab6e326a833f04 /test-runner/Android.bp | |
parent | 4e780bd992e641c719edfcc99f45948ef6d9b71a (diff) |
Switch to metalava
android.test.base and android.test.runner libraries are changed to using
metalava instead of docalava
Bug: 119625999
Test: m -j
Change-Id: I589ea59240f8b5d442931a1f1b614221d9eaf221
Diffstat (limited to 'test-runner/Android.bp')
-rw-r--r-- | test-runner/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index 0a0d50cc330c..db5053eeb903 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -40,8 +40,6 @@ java_sdk_library { "junit.textui", ], - droiddoc_options: ["-stubsourceonly"], - metalava_enabled: false, compile_dex: true } |