Merge changes Idf2c9bd8,Iec48362f

* changes:
  Remove unnecessary art.module.api.annotations
  Remove dependency on dalvik.annotation.compat.VersionCodes
This commit is contained in:
Treehugger Robot
2020-03-24 11:31:33 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 5 deletions

View File

@@ -555,9 +555,6 @@ java_library {
srcs: [
"core/java/android/annotation/IntDef.java",
],
static_libs: [
"art.module.api.annotations",
],
sdk_version: "core_current",
}

View File

@@ -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;