diff options
| author | 2021-03-21 10:22:23 +0000 | |
|---|---|---|
| committer | 2021-03-22 03:50:15 +0000 | |
| commit | 1fa5fc98f707f7d789414961d4beaca3dcf0112b (patch) | |
| tree | 2900eacb962bacf189823843fdf1d28499e61f17 | |
| parent | a499eef3942685e5f7f23e544ad4bd542c28f791 (diff) | |
Add NetworkFactory to connectivity jarjar rules
NetworkFactory is part of net-utils-device-common, but is outside of
the com.android.net.module.util and needs a separate jarjar rule.
Bug: 171540887
Test: atest FrameworksNetTests
Change-Id: Iec828a789175acdbe4e7f35e4cc942922540495c
| -rw-r--r-- | packages/Connectivity/framework/jarjar-rules.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Connectivity/framework/jarjar-rules.txt b/packages/Connectivity/framework/jarjar-rules.txt index 0959840f2dd2..7474c246a2ea 100644 --- a/packages/Connectivity/framework/jarjar-rules.txt +++ b/packages/Connectivity/framework/jarjar-rules.txt @@ -1,4 +1,5 @@ rule com.android.net.module.util.** android.net.connectivity.framework.util.@1 +rule android.net.NetworkFactory* android.net.connectivity.framework.NetworkFactory@1 # TODO (b/149403767): remove the annotations from net-utils-device-common instead of here zap android.annotation.** |