blob: 001943c18d6b12ccc454569b14d850c1617e888e [file] [log] [blame]
Makoto Onuki8558e9a2023-08-31 10:48:38 -07001# File containing standard options to HostStubGen
2
3--debug
4
5# Uncomment below lines to enable each feature.
Makoto Onuki8558e9a2023-08-31 10:48:38 -07006
Makoto Onukibf6dd092023-09-26 16:31:33 -07007#--default-method-call-hook
8# com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall
9#--default-class-load-hook
10# com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
Makoto Onuki8558e9a2023-08-31 10:48:38 -070011
12# Standard annotations.
13# Note, each line is a single argument, so we need newlines after each `--xxx-annotation`.
Makoto Onuki8558e9a2023-08-31 10:48:38 -070014
15--keep-annotation
16 android.hosttest.annotation.HostSideTestKeep
17
Makoto Onuki8558e9a2023-08-31 10:48:38 -070018--keep-class-annotation
19 android.hosttest.annotation.HostSideTestWholeClassKeep
20
21--throw-annotation
22 android.hosttest.annotation.HostSideTestThrow
23
24--remove-annotation
25 android.hosttest.annotation.HostSideTestRemove
26
John Wu98346162024-09-26 22:59:40 +000027--ignore-annotation
28 android.hosttest.annotation.HostSideTestIgnore
29
Makoto Onuki8558e9a2023-08-31 10:48:38 -070030--substitute-annotation
31 android.hosttest.annotation.HostSideTestSubstitute
32
John Wu98346162024-09-26 22:59:40 +000033--redirect-annotation
34 android.hosttest.annotation.HostSideTestRedirect
35
36--redirection-class-annotation
37 android.hosttest.annotation.HostSideTestRedirectionClass
Makoto Onuki8558e9a2023-08-31 10:48:38 -070038
39--class-load-hook-annotation
40 android.hosttest.annotation.HostSideTestClassLoadHook
Jeff Sharkey97014992023-11-01 16:51:35 -060041
Makoto Onukicedc08b2023-11-10 10:55:13 -080042--keep-static-initializer-annotation
43 android.hosttest.annotation.HostSideTestStaticInitializerKeep