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

Commit 8fca4531 authored by Paul Duffin's avatar Paul Duffin
Browse files

Remove dependency on dalvik.annotation.compat.VersionCodes

Allows removal of dependency on art.module.api.annotations.

(cherry picked from 5dc3088c)

Test: m droid
Merged-In: Ib0632a3eccfed73d66a51afc0ad6aa50c0311501
Change-Id: Iec48362f2eb643b80f900b974393e23b692e7d1c
parent 0d8b1cfa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ import com.android.server.pm.dex.DexManager;
import com.android.server.wm.ActivityServiceConnectionsHolder;
import com.android.server.wm.WindowManagerService;

import dalvik.annotation.compat.VersionCodes;
import dalvik.system.VMRuntime;

import java.io.File;
@@ -290,7 +289,7 @@ public final class ProcessList {
     * Pointers</a>
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = VersionCodes.Q)
    @EnabledAfter(targetSdkVersion = Build.VERSION_CODES.Q)
    private static final long NATIVE_HEAP_POINTER_TAGGING = 135754954; // This is a bug id.

    ActivityManagerService mService = null;