Revert submission 13183140-SettingsGoogle-bp Reason for revert: b/177766209 Reverted Changes: I73bef76ec:Add ArcSettings and SettingsGoogle to the legacy a... I385629c5c:Build Settings-robo-testutils for use by SettingsG... I863e1d658:Convert ArcSettings to Android.bp If095bc39d:Convert SettingsGoogleRoboTests to Android.bp I8d3f32cd4:Convert SettingsGoogle tests to Android.bp I7ddeb985c:Convert SettingsGoogle to Android.bp I3b8223e64:Export elmyra and columbus aidl files for Settings... I3d2f042a9:Export proguard.flags, manifest and sources for us... Change-Id: I2efd60ab1e64370dbd0e277b7e92c177374ceb36
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.