Remove the useless backup for the FULL_POWER_LIST, since we will not use it to restore data, only backup the optimization_mode_list is enough Test: presubmit Bug: 192523697 Change-Id: I95f1f41732b8aff090e8b722896d153f6181a6ac
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.