diff options
author | 2024-09-27 01:15:32 +0000 | |
---|---|---|
committer | 2024-10-03 19:24:23 +0000 | |
commit | 7b0cf4237fb917a681e59b20be71c9bd5cdd43ed (patch) | |
tree | 386bb8336c4a5c98d88f9202b9bb8f172a276e95 /tests/activity | |
parent | 98fa0a7ba7b7d3e35e709cbde667008b88324fdc (diff) |
Update test for Truth8 deprecation.
Truth8 is now included in Truth and importing both no longer
works in version 1.4.0.
Bug: 369506710
Test: presubmit, m IntentResolver-tests-unit
Flag: EXEMPT test-only change
Change-Id: Ia3bfcb92ed08b2889d637b9f508e2dea15602147
Diffstat (limited to 'tests/activity')
-rw-r--r-- | tests/activity/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/activity/Android.bp b/tests/activity/Android.bp index 9d673b4c..2e66a84d 100644 --- a/tests/activity/Android.bp +++ b/tests/activity/Android.bp @@ -57,7 +57,6 @@ android_test { "mockito-kotlin-nodeps", "testables", "truth", - "truth-java8-extension", "flag-junit", "platform-test-annotations", ], |