DO NOT MERGE: Remove AppSearch from Android R.
Test: presubmit Bug: 150249538 Change-Id: Idb86be6586ae400552f8ceeca5c667fba8e0c43a
This commit is contained in:
@@ -295,8 +295,6 @@ public final class SystemServer {
|
||||
"com.android.server.DeviceIdleController";
|
||||
private static final String BLOB_STORE_MANAGER_SERVICE_CLASS =
|
||||
"com.android.server.blob.BlobStoreManagerService";
|
||||
private static final String APP_SEARCH_MANAGER_SERVICE_CLASS =
|
||||
"com.android.server.appsearch.AppSearchManagerService";
|
||||
|
||||
private static final String TETHERING_CONNECTOR_CLASS = "android.net.ITetheringConnector";
|
||||
|
||||
@@ -2168,10 +2166,6 @@ public final class SystemServer {
|
||||
mSystemServiceManager.startBootPhase(t, SystemService.PHASE_DEVICE_SPECIFIC_SERVICES_READY);
|
||||
t.traceEnd();
|
||||
|
||||
t.traceBegin("AppSearchManagerService");
|
||||
mSystemServiceManager.startService(APP_SEARCH_MANAGER_SERVICE_CLASS);
|
||||
t.traceEnd();
|
||||
|
||||
ConcurrentUtils.waitForFutureNoInterrupt(mBlobStoreServiceStart,
|
||||
START_BLOB_STORE_SERVICE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user