Remove dependency on dalvik.annotation.compat.VersionCodes
Allows removal of dependency on art.module.api.annotations.
(cherry picked from 5dc3088cc1)
Test: m droid
Merged-In: Ib0632a3eccfed73d66a51afc0ad6aa50c0311501
Change-Id: Iec48362f2eb643b80f900b974393e23b692e7d1c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user