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

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

Merge "Swap libcore annotations for framework versions" am: b2a83841 am: da1171a2

am: f8dcfb2f

Change-Id: I293da9d71f79c3592d118b72f3db13661d5e81a5
parents 403fc7e8 f8dcfb2f
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;