commit | b8e9857e7e8073bd04fe0251c841b7e6dfd484c8 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Thu Dec 05 06:15:29 2019 -0800 |
committer | Roshan Pius <rpius@google.com> | Fri Dec 06 08:07:05 2019 -0800 |
tree | dbdede4572ccb789c19fb1ae74608bacc904e15a | |
parent | 67ef9837a4a6bb5b7d0f81193912fdf721a3fc09 [diff] |
wifi: Create our version of ArrayUtils Wifi stack uses only a few simple utility methods from the internal ArrayUtils class. Internal ArrayUtils class has a bunch of @hide dependencies, so can't easily jar-jar it. So, create our version of ArrayUtils with only the methods we currently use. Most of these are very trivial helper methods, so duplication should be ok. Bug: 142809066 Test: atest com.android.server.wifi Change-Id: I498321bf8d4f4b3eb1c33309d7b3b30153855aea