Revert "Add setting for enabling CPU frequency scaling."

This reverts commit 2e8afd8736.

Reason for revert: SELinux Boot crash
Bug: 75974893

Change-Id: I4751530a1b460842130a495efe688aaf19b92638
This commit is contained in:
Alice Sheng
2018-03-19 22:36:12 +00:00
parent 2e8afd8736
commit 6750352248
3 changed files with 0 additions and 17 deletions

View File

@@ -196,8 +196,6 @@ public final class SystemServer {
"com.android.server.search.SearchManagerService$Lifecycle";
private static final String THERMAL_OBSERVER_CLASS =
"com.google.android.clockwork.ThermalObserver";
private static final String WEAR_CONFIG_SERVICE_CLASS =
"com.google.android.clockwork.WearConfigManagerService";
private static final String WEAR_CONNECTIVITY_SERVICE_CLASS =
"com.android.clockwork.connectivity.WearConnectivityService";
private static final String WEAR_SIDEKICK_SERVICE_CLASS =
@@ -1537,10 +1535,6 @@ public final class SystemServer {
}
if (isWatch) {
traceBeginAndSlog("StartWearConfigService");
mSystemServiceManager.startService(WEAR_CONFIG_SERVICE_CLASS);
traceEnd();
traceBeginAndSlog("StartWearConnectivityService");
mSystemServiceManager.startService(WEAR_CONNECTIVITY_SERVICE_CLASS);
traceEnd();