Merge "Remove an interface before more invasive changes"

am: e4a64b4e6b

Change-Id: I46f302b0ab055d2c7f826502df09ce8a759db9bf
This commit is contained in:
Neil Fuller
2020-01-21 10:25:12 -08:00
committed by android-build-merger
3 changed files with 265 additions and 295 deletions

View File

@@ -1697,7 +1697,7 @@ public final class SystemServer {
if (!isWatch && !disableNetworkTime) {
traceBeginAndSlog("StartNetworkTimeUpdateService");
try {
networkTimeUpdater = new NetworkTimeUpdateServiceImpl(context);
networkTimeUpdater = new NetworkTimeUpdateService(context);
ServiceManager.addService("network_time_update_service", networkTimeUpdater);
} catch (Throwable e) {
reportWtf("starting NetworkTimeUpdate service", e);