Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 862c9f9e authored by Colin Cross's avatar Colin Cross Committed by Aditya Singh
Browse files

Don't statically include DocumentsUI-lib in tests

DocumentsUI-libs shouldn't be included in tests, tests get those
classes via the app they are instrumenting.  Including DocumentsUI-libs
causes androidx.startup to be included in both the app and the tests,
which then causes failures when starting the tests due to resource
conflicts:

Unable to get provider androidx.startup.InitializationProvider: android.content.res.Resources$NotFoundException: String resource ID #0x7f12001e
java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: android.content.res.Resources$NotFoundException: String resource ID #0x7f12001e

Bug: 328639759
Bug: 329508093
Test: atest DocumentsUIGoogleTests
Flag: TEST_ONLY
Change-Id: I05ba39a0fe51a455da95b6497ef2cb1243ea615f
Merged-In: I05ba39a0fe51a455da95b6497ef2cb1243ea615f
parent bd176cd3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment