
This change ensures that a different package is used for `test_session_current/src/main:support_app` and `test_session_current/src/androidTest:test_app` - previously they used the same package which was unusual (and possibly led to some confusing behaviour). PiperOrigin-RevId: 563051818
Session test module
Tests cross-process use of the session module. To run the tests:
- Prepare a device (either an emulator or a real device) to run the tests on.
- Run
./gradlew :test-session-current:cAT