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
12 lines
632 B
Plaintext
12 lines
632 B
Plaintext
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.**
|
|
zap com.android.net.module.annotation.**
|
|
zap com.android.internal.annotations.**
|
|
|
|
rule android.net.NetworkCapabilitiesProto* android.net.connectivity.proto.NetworkCapabilitiesProto@1
|
|
rule android.net.NetworkProto* android.net.connectivity.proto.NetworkProto@1
|
|
rule android.net.NetworkRequestProto* android.net.connectivity.proto.NetworkRequestProto@1
|