diff options
Diffstat (limited to 'test-base')
-rw-r--r-- | test-base/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-base/Android.bp b/test-base/Android.bp index 69c296e7ee9c..c7c9fc739189 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -38,6 +38,7 @@ java_sdk_library { ], compile_dex: true, + default_to_stubs: true, } // Build the android.test.base_static library |