# File containing standard options to HostStubGen

--debug

# 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

--substitute-annotation
    android.hosttest.annotation.HostSideTestSubstitute

--native-substitute-annotation
    android.hosttest.annotation.HostSideTestNativeSubstitutionClass

--class-load-hook-annotation
    android.hosttest.annotation.HostSideTestClassLoadHook

--keep-static-initializer-annotation
    android.hosttest.annotation.HostSideTestStaticInitializerKeep
