| # File containing standard options to HostStubGen |
| |
| --debug |
| |
| --delete-finals |
| |
| # Uncomment below lines to enable each feature. |
| |
| #--default-method-call-hook |
| # com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall |
| #--default-class-load-hook |
| # com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded |
| |
| # Standard annotations. |
| # Note, each line is a single argument, so we need newlines after each `--xxx-annotation`. |
| |
| --keep-annotation |
| android.hosttest.annotation.HostSideTestKeep |
| |
| --keep-class-annotation |
| android.hosttest.annotation.HostSideTestWholeClassKeep |
| |
| --throw-annotation |
| android.hosttest.annotation.HostSideTestThrow |
| |
| --remove-annotation |
| android.hosttest.annotation.HostSideTestRemove |
| |
| --ignore-annotation |
| android.hosttest.annotation.HostSideTestIgnore |
| |
| --substitute-annotation |
| android.hosttest.annotation.HostSideTestSubstitute |
| |
| --redirect-annotation |
| android.hosttest.annotation.HostSideTestRedirect |
| |
| --redirection-class-annotation |
| android.hosttest.annotation.HostSideTestRedirectionClass |
| |
| --class-load-hook-annotation |
| android.hosttest.annotation.HostSideTestClassLoadHook |
| |
| --keep-static-initializer-annotation |
| android.hosttest.annotation.HostSideTestStaticInitializerKeep |