Searched refs:stubDecorator (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | ndk_library.go | 91 type stubDecorator struct { struct 154 func shouldUseVersionScript(ctx android.BaseModuleContext, stub *stubDecorator) (bool, error) { argument 185 func generateStubApiVariants(mctx android.BottomUpMutatorContext, c *stubDecorator) { argument 210 module.(*Module).compiler.(*stubDecorator).properties.ApiLevel = versionStrs[i] 217 if compiler, ok := m.compiler.(*stubDecorator); ok { 224 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) { argument 263 func (stub *stubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags { argument 312 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { argument 327 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument 331 func (linker *stubDecorator) Name(name string) string { argument [all …]
|
D | ndk_sysroot.go | 134 if installer, ok := m.installer.(*stubDecorator); ok {
|
D | fuzz.go | 185 if _, isLLndkStubLibrary := ccLibrary.linker.(*stubDecorator); isLLndkStubLibrary {
|
D | androidmk.go | 459 func (c *stubDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
|
D | cc.go | 537 if stub, ok := c.linker.(*stubDecorator); ok { 584 if _, ok := c.linker.(*stubDecorator); ok { 913 if _, ok := c.compiler.(*stubDecorator); ok {
|