From 35018884b00755252f5268507065a7ea6cb9404b Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Mon, 11 Sep 2023 10:53:02 -0400 Subject: 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 --- java/tests/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/tests/Android.bp') 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", ], -- cgit v1.2.3-59-g8ed1b