Anton Hansson | 524bf24 | 2021-05-25 12:48:58 +0100 | [diff] [blame] | 1 | # This rule is meant to be reused across libraries in the bootclasspath that depend |
| 2 | # on the HIDL libraries. |
David Su | 130441b | 2019-12-14 21:37:20 -0800 | [diff] [blame] | 3 | rule android.hidl.** android.internal.hidl.@1 |
Anton Hansson | 524bf24 | 2021-05-25 12:48:58 +0100 | [diff] [blame] | 4 | |
| 5 | # Framework-specific renames. |
David Su | 130441b | 2019-12-14 21:37:20 -0800 | [diff] [blame] | 6 | rule android.net.wifi.WifiAnnotations* android.internal.wifi.WifiAnnotations@1 |
Benedict Wong | 89b08f7 | 2021-01-04 14:49:52 -0800 | [diff] [blame] | 7 | rule com.android.server.vcn.util.** com.android.server.vcn.repackaged.util.@1 |
Pedro Loureiro | 5ef7d7b | 2022-03-17 12:41:31 +0000 | [diff] [blame] | 8 | |
| 9 | # for modules-utils-build dependency |
| 10 | rule com.android.modules.utils.build.** android.internal.modules.utils.build.@1 |