Alan Stokes | 5c1d9c0 | 2022-09-01 11:10:32 +0100 | [diff] [blame] | 1 | # Rules for the android.system.virtualmachine java_sdk_library. |
| 2 | |
Nikita Ioffe | 6359435 | 2022-11-16 15:58:21 +0000 | [diff] [blame] | 3 | # Keep the API surface, most of it is accessible from VirtualMachineManager |
Alan Stokes | 5c1d9c0 | 2022-09-01 11:10:32 +0100 | [diff] [blame] | 4 | keep android.system.virtualmachine.VirtualMachineManager |
Nikita Ioffe | 6359435 | 2022-11-16 15:58:21 +0000 | [diff] [blame] | 5 | # VirtualizationModuleFrameworkInitializer is not accessible from |
| 6 | # VirtualMachineManager, we need to explicitly keep it. |
| 7 | keep android.system.virtualmachine.VirtualizationFrameworkInitializer |
Alan Stokes | 5c1d9c0 | 2022-09-01 11:10:32 +0100 | [diff] [blame] | 8 | |
| 9 | # We statically link PlatformProperties, rename to avoid clashes. |
| 10 | rule android.sysprop.** com.android.system.virtualmachine.sysprop.@1 |