Fix merge conflict for I367ae3a5f97ff92e03312bed6fe37727ae3798ab Bug: 144960427 Test: build pass Change-Id: I24d684b4e695e8ab777f2ba7811b93f6028260d9 Merged-In: I5dfb71ceb87a8f658ef7fbceacf460ef8d35593a
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.