Merge "Disable ANGLE as system GLES dev option" into main

This commit is contained in:
Solti Ho
2024-12-23 19:25:49 -08:00
committed by Android (Google) Code Review
2 changed files with 12 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ public class GraphicsDriverEnableAngleAsSystemDriverControllerJUnitTest {
@Test
public void updateState_PreferenceShouldEnabled() {
mController.updateState(mPreference);
assertThat(mPreference.isEnabled()).isTrue();
assertThat(mPreference.isEnabled()).isFalse();
}
@Test