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

Commit da1171a2 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Swap libcore annotations for framework versions"

am: b2a83841

Change-Id: Ifb30d784944408e88e8ba5018022fe2c28ed2303
parents 086476e7 b2a83841
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

package com.android.server.pm.dex;

import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.UserIdInt;
import android.app.AppOpsManager;
import android.content.Context;
@@ -57,8 +59,6 @@ import dalvik.system.DexFile;
import dalvik.system.VMRuntime;

import libcore.io.IoUtils;
import libcore.util.NonNull;
import libcore.util.Nullable;

import java.io.File;
import java.io.FileNotFoundException;