Searched defs:stubDecorator (Results 1 – 1 of 1) sorted by relevance
102 type stubDecorator struct { struct103 *libraryDecorator105 properties libraryProperties107 versionScriptPath android.ModuleGenPath108 installPath android.Path166 func shouldUseVersionScript(ctx android.BaseContext, stub *stubDecorator) (bool, error) {197 func generateStubApiVariants(mctx android.BottomUpMutatorContext, c *stubDecorator) {236 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) {270 func (stub *stubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags {301 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {[all …]