diff options
| author | 2023-09-11 10:53:02 -0400 | |
|---|---|---|
| committer | 2023-10-10 15:51:55 -0400 | |
| commit | 35018884b00755252f5268507065a7ea6cb9404b (patch) | |
| tree | 642993f8396e95e561a58b6b9022a2614ea24122 /java/tests/Android.bp | |
| parent | 73bad17b4fa5a7c07409ed6d46121614b48adb33 (diff) | |
Inject ComponentNames for image editor and nearby share
Adds a SecureSettings fake
Adds test coverage for new modules
Removes another overload from ChooserActivityWrapper
Uses @BindValue in tests to alter the configured editor component
Test: atest --test-mapping packages/modules/IntentResolver
Bug: 300157408
Bug: 302113519
Change-Id: Ie7d5fe12ad0d8e7fd074154641de35fe89d50ce6
Diffstat (limited to 'java/tests/Android.bp')
| -rw-r--r-- | java/tests/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/tests/Android.bp b/java/tests/Android.bp index 5244bf7b..a17400f8 100644 --- a/java/tests/Android.bp +++ b/java/tests/Android.bp @@ -50,7 +50,8 @@ android_test { "kotlinx_coroutines_test", "mockito-target-minus-junit4", "testables", - "truth-prebuilt", + "truth", + "truth-java8-extension", "flag-junit", "platform-test-annotations", ], |