2022-09-01 10:10:32 +00:00
|
|
|
# Rules for the android.system.virtualmachine java_sdk_library.
|
|
|
|
|
2022-11-16 15:58:21 +00:00
|
|
|
# Keep the API surface, most of it is accessible from VirtualMachineManager
|
2022-09-01 10:10:32 +00:00
|
|
|
keep android.system.virtualmachine.VirtualMachineManager
|
2022-11-16 15:58:21 +00:00
|
|
|
# VirtualizationModuleFrameworkInitializer is not accessible from
|
|
|
|
# VirtualMachineManager, we need to explicitly keep it.
|
|
|
|
keep android.system.virtualmachine.VirtualizationFrameworkInitializer
|
2022-09-01 10:10:32 +00:00
|
|
|
|
|
|
|
# We statically link PlatformProperties, rename to avoid clashes.
|
|
|
|
rule android.sysprop.** com.android.system.virtualmachine.sysprop.@1
|