Rename GameDriver* to GraphicsDriver*.
To make graphics driver selection more generic, rename GameDriver specific classes to GraphicsDriver. Bug: b/148626177 Test: make RunSettingsRoboTests ROBOTEST_FILTER=GraphicsDriver Change-Id: If2780b32e2826bda56de11734736260f916182d0
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
android:key="graphics_driver_dashboard"
|
||||
android:title="@string/graphics_driver_dashboard_title"
|
||||
android:summary="@string/graphics_driver_dashboard_summary"
|
||||
android:fragment="com.android.settings.development.gamedriver.GameDriverDashboard" />
|
||||
android:fragment="com.android.settings.development.graphicsdriver.GraphicsDriverDashboard" />
|
||||
|
||||
<Preference
|
||||
android:key="platform_compat_dashboard"
|
||||
|
||||
Reference in New Issue
Block a user