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-base | |
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-base')
-rw-r--r-- | test-base/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-base/Android.bp b/test-base/Android.bp index 4d765d3e5f3f..157609cec09c 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -37,8 +37,6 @@ java_sdk_library { "junit.framework", ], - droiddoc_options: ["-stubsourceonly"], - metalava_enabled: false, compile_dex: true, } |