Aaron Huang | b401e58 | 2021-01-22 18:35:00 +0800 | [diff] [blame] | 1 | # These must be kept in sync with the framework-connectivity-shared-srcs filegroup. |
| 2 | # Classes from the framework-connectivity-shared-srcs filegroup. |
Chalard Jean | 7870164 | 2020-07-31 20:00:30 +0900 | [diff] [blame] | 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 |
Mark Chien | 0b662d2 | 2022-05-31 15:20:52 +0800 | [diff] [blame] | 7 | rule android.util.IndentingPrintWriter* com.android.networkstack.tethering.util.AndroidUtilIndentingPrintWriter@1 |
markchien | 6cf0e55 | 2019-12-06 15:24:53 +0800 | [diff] [blame] | 8 | |
| 9 | rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUtils@1 |
Luke Huang | 895594d | 2020-06-16 08:13:28 +0800 | [diff] [blame] | 10 | |
| 11 | # Classes from net-utils-framework-common |
markchien | 7052688 | 2020-11-12 00:17:15 +0800 | [diff] [blame] | 12 | rule com.android.net.module.util.** com.android.networkstack.tethering.util.@1 |
| 13 | |
| 14 | # Classes from net-utils-device-common |
| 15 | rule com.android.net.module.util.Struct* com.android.networkstack.tethering.util.Struct@1 |
Wayne Ma | 71d6639 | 2022-03-03 10:15:09 +0800 | [diff] [blame] | 16 | |
Mark Chien | 0b662d2 | 2022-05-31 15:20:52 +0800 | [diff] [blame] | 17 | rule com.google.protobuf.** com.android.networkstack.tethering.protobuf@1 |
| 18 | |
| 19 | # Classes for hardware offload hidl interface |
| 20 | rule android.hidl.base.V1_0.DebugInfo* com.android.networkstack.tethering.hidl.base.V1_0.DebugInfo@1 |