From 1fa5fc98f707f7d789414961d4beaca3dcf0112b Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Sun, 21 Mar 2021 10:22:23 +0000 Subject: [PATCH] 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 --- packages/Connectivity/framework/jarjar-rules.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/Connectivity/framework/jarjar-rules.txt b/packages/Connectivity/framework/jarjar-rules.txt index 0959840f2dd27..7474c246a2ead 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.**