This reverts commitf383cb44b4. Reason for revert: crashes on work profiles (http://b/180516388) Change-Id: Iff499e6a1439b6ecb524a61a9a88fe253799a131 (cherry picked from commit5da4f381a6)
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.