diff options
author | Chiachang Wang <chiachangwang@google.com> | 2020-11-02 16:51:24 +0800 |
---|---|---|
committer | Chiachang Wang <chiachangwang@google.com> | 2020-11-18 09:18:06 +0000 |
commit | 6a555279ec823255a7bb8016b8a7614b79868deb (patch) | |
tree | 3dbf1b89ca337379ca8cf2215101cffdbdbc68da /config | |
parent | 29f0617cc57a85004d4451d5528f68229def5a1d (diff) |
Move BasicShellCommandHandler to frameworks/lib/modules-utils
BasicShellCommandHandler is used by mainline modules and the
framwork. There is a new repo that was created for putting
this kind of utility class. Move BasicShellCommandHandler for
the incoming ConnectivityService mainline and updating the
related usage.
Bug: 170598012
Test: m ; verify with adb shell cmd
Change-Id: Ida30c877116090616d4bf3f87fdad835446dac84
Diffstat (limited to 'config')
-rw-r--r-- | config/preloaded-classes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index 822b40be811a..bbdb5e9be99e 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -5575,7 +5575,6 @@ android.os.AsyncTask android.os.BadParcelableException android.os.BaseBundle$NoImagePreloadHolder android.os.BaseBundle -android.os.BasicShellCommandHandler android.os.BatteryManager android.os.BatteryManagerInternal android.os.BatteryProperty$1 @@ -11756,6 +11755,7 @@ com.android.net.module.annotation.VisibleForTesting$Visibility com.android.net.module.annotation.VisibleForTesting com.android.net.module.annotation.WorkerThread com.android.net.module.util.InetAddressUtils +com.android.modules.utils.BasicShellCommandHandler com.android.okhttp.Address com.android.okhttp.AndroidShimResponseCache com.android.okhttp.Authenticator |