diff options
author | Chiachang Wang <chiachangwang@google.com> | 2020-11-02 16:51:24 +0800 |
---|---|---|
committer | Chiachang Wang <chiachangwang@google.com> | 2020-11-19 03:16:03 +0000 |
commit | d5726c1916812ed3846092785abbd53352683502 (patch) | |
tree | c0ca240567e5f8f51ac6f1d2a948ef02b031f350 /wifi | |
parent | be52daface8083adcb010b73140dea4e2d39cae0 (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: I8a2873df6e7d8342b7a8b466bda155f74c807ee3
Merged-In: Ida30c877116090616d4bf3f87fdad835446dac84
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/jarjar-rules.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wifi/jarjar-rules.txt b/wifi/jarjar-rules.txt index ff06a180b8c1..75b5e728eb0d 100644 --- a/wifi/jarjar-rules.txt +++ b/wifi/jarjar-rules.txt @@ -89,8 +89,6 @@ rule android.util.BackupUtils* com.android.wifi.x.@0 rule android.util.LocalLog* com.android.wifi.x.@0 rule android.util.Rational* com.android.wifi.x.@0 -rule android.os.BasicShellCommandHandler* com.android.wifi.x.@0 - # Use our statically linked bouncy castle library rule org.bouncycastle.** com.android.wifi.x.@0 # Use our statically linked protobuf library |