diff options
Diffstat (limited to 'test-runner/Android.bp')
-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 75f5b5a96eb1..1f6db8403eee 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -41,6 +41,7 @@ java_sdk_library { ], compile_dex: true, + default_to_stubs: true, } // Build the android.test.runner-minus-junit library |