Lines Matching refs:binaryDecorator
32 type binaryDecorator struct { struct
38 var _ compiler = (*binaryDecorator)(nil)
51 func NewRustBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
54 binary := &binaryDecorator{
63 func (binary *binaryDecorator) preferDynamic() bool { argument
67 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument
85 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { argument
97 func (binary *binaryDecorator) compilerProps() []interface{} { argument
102 func (binary *binaryDecorator) nativeCoverage() bool { argument
106 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path { argument
131 func (binary *binaryDecorator) coverageOutputZipPath() android.OptionalPath { argument
135 func (binary *binaryDecorator) autoDep() autoDep { argument