markchien | 9d35382 | 2019-12-16 20:15:20 +0800 | [diff] [blame] | 1 | # These must be kept in sync with the framework-tethering-shared-srcs filegroup. |
Chalard Jean | 7870164 | 2020-07-31 20:00:30 +0900 | [diff] [blame] | 2 | # Classes from the framework-tethering-shared-srcs filegroup. |
| 3 | # If there are files in that filegroup that are not covered below, the classes in the |
markchien | 9d35382 | 2019-12-16 20:15:20 +0800 | [diff] [blame] | 4 | # module will be overwritten by the ones in the framework. |
Chalard Jean | 7870164 | 2020-07-31 20:00:30 +0900 | [diff] [blame] | 5 | rule com.android.internal.util.** com.android.networkstack.tethering.util.@1 |
markchien | a8ac97c | 2020-06-30 22:56:12 +0800 | [diff] [blame] | 6 | rule android.util.LocalLog* com.android.networkstack.tethering.util.LocalLog@1 |
markchien | 6cf0e55 | 2019-12-06 15:24:53 +0800 | [diff] [blame] | 7 | |
| 8 | rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUtils@1 |
Luke Huang | 895594d | 2020-06-16 08:13:28 +0800 | [diff] [blame] | 9 | |
| 10 | # Classes from net-utils-framework-common |
markchien | 7052688 | 2020-11-12 00:17:15 +0800 | [diff] [blame^] | 11 | rule com.android.net.module.util.** com.android.networkstack.tethering.util.@1 |
| 12 | |
| 13 | # Classes from net-utils-device-common |
| 14 | rule com.android.net.module.util.Struct* com.android.networkstack.tethering.util.Struct@1 |