diff options
Diffstat (limited to 'test-mock/Android.bp')
-rw-r--r-- | test-mock/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index 248c117d2e03..7d0f92fac4c7 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -37,6 +37,7 @@ java_sdk_library { "android.test.mock", ], compile_dex: true, + default_to_stubs: true, } // Make the current.txt available for use by the cts/tests/signature tests. |