Make a copy of libcore.util.ArraysUtils in framework

It helps remove it from the @CorePlatformApi

Bug: 154796679
Test: ArrayUtilsTest
Merged-In: I0c8f194a74a16b2cc46f9eea4571d5fb674fbc28
Change-Id: I0c8f194a74a16b2cc46f9eea4571d5fb674fbc28
This commit is contained in:
Victor Chang
2020-12-16 13:56:28 +00:00
committed by vichang
parent 4847c4b7c2
commit 37c6b6deeb
6 changed files with 111 additions and 4 deletions

View File

@@ -25,9 +25,10 @@ import android.system.ErrnoException;
import android.system.Os;
import android.util.Log;
import com.android.internal.util.ArrayUtils;
import libcore.io.IoBridge;
import libcore.io.Streams;
import libcore.util.ArrayUtils;
import java.io.FileDescriptor;
import java.io.FilterOutputStream;