Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46b94ad5 authored by Chris Wailes's avatar Chris Wailes Committed by Anton Hansson
Browse files

RESTRICT AUTOMERGE: Revert "Register ART Service with the System Server"

This reverts commit 09724a75.

Test: m
Bug: 184281926
Merged-In: I6aa8eff8ab09ef8ebab58bb22f65203cb4349a48
Change-Id: I6aa8eff8ab09ef8ebab58bb22f65203cb4349a48
parent 101b0569
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ java_library {
    libs: [
        "android.hidl.manager-V1.0-java",
        "framework-tethering.stubs.module_lib",
        "service-art.stubs.system_server",
    ],

    // Uncomment to enable output of certain warnings (deprecated, unchecked)
+0 −5
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ import com.android.internal.util.FrameworkStatsLog;
import com.android.internal.widget.ILockSettings;
import com.android.server.am.ActivityManagerService;
import com.android.server.appbinding.AppBindingService;
import com.android.server.art.ArtManagerLocal;
import com.android.server.attention.AttentionManagerService;
import com.android.server.audio.AudioService;
import com.android.server.biometrics.AuthService;
@@ -2632,10 +2631,6 @@ public final class SystemServer implements Dumpable {
        mSystemServiceManager.startService(GAME_MANAGER_SERVICE_CLASS);
        t.traceEnd();

        t.traceBegin("ArtManagerLocal");
        LocalManagerRegistry.addManager(ArtManagerLocal.class, new ArtManagerLocal());
        t.traceEnd();

        if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_UWB)) {
            t.traceBegin("UwbService");
            mSystemServiceManager.startService(UWB_SERVICE_CLASS);