Alan Stokes | 5c1d9c0 | 2022-09-01 11:10:32 +0100 | [diff] [blame^] | 1 | # Rules for the android.system.virtualmachine java_sdk_library. |
2 | |||||
3 | # This is the root of the API, everything we care about should be | ||||
4 | # reachable from here. | ||||
5 | # (This gets rid of all the android.sysprop classes we don't use.) | ||||
6 | keep android.system.virtualmachine.VirtualMachineManager | ||||
7 | |||||
8 | # We statically link PlatformProperties, rename to avoid clashes. | ||||
9 | rule android.sysprop.** com.android.system.virtualmachine.sysprop.@1 |