The classes should not be picked up from frameworks/base, as they are part of several mainline modules. Also refine comments in DhcpResults following feedback in previous change. Bug: 151052811 Test: m; manual: flashed, wifi and telephony working Test: atest NetworkStackCoverageTests Change-Id: I7074651c6a2a7a6b11bcf13cc4bb03833d7d655f
11 lines
665 B
Plaintext
11 lines
665 B
Plaintext
# These must be kept in sync with the framework-tethering-shared-srcs filegroup.
|
|
# Classes from the framework-tethering-shared-srcs filegroup.
|
|
# If there are files in that filegroup that are not covered below, the classes in the
|
|
# module will be overwritten by the ones in the framework.
|
|
rule com.android.internal.util.** com.android.networkstack.tethering.util.@1
|
|
rule android.net.LocalLog* com.android.networkstack.tethering.LocalLog@1
|
|
|
|
rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUtils@1
|
|
|
|
# Classes from net-utils-framework-common
|
|
rule com.android.net.module.util.** com.android.networkstack.tethering.util.@1 |