Add a debug property to guard ANGLE developer option UI, only when the debug property is enabled will ANGLE developer option UI be enabled. Add further clarification in the text to indicate that this is an experimental feature. Bug: b/287909344 Test: atest -c GraphicsDriverEnableAngleAsSystemDriverControllerJUnitTest Test: atest -c GraphicsDriverEnableAngleAsSystemDriverControllerTest Change-Id: Ife31f4b0426f3ce107f86cfbaf3f1aeca567e250 Merged-In: Ife31f4b0426f3ce107f86cfbaf3f1aeca567e250
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.