Home
last modified time | relevance | path

Searched defs:stubDecorator (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dndk_library.go102 type stubDecorator struct { struct
103 *libraryDecorator
105 properties libraryProperties
107 versionScriptPath android.ModuleGenPath
108 installPath android.Path
166 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 …]