Searched refs:stubDecorator (Results 1 – 4 of 4) sorted by relevance
/build/soong/cc/ |
D | ndk_library.go | 102 type stubDecorator struct { struct 166 func shouldUseVersionScript(ctx android.BaseContext, stub *stubDecorator) (bool, error) { argument 197 func generateStubApiVariants(mctx android.BottomUpMutatorContext, c *stubDecorator) { argument 222 module.(*Module).compiler.(*stubDecorator).properties.ApiLevel = versionStrs[i] 229 if compiler, ok := m.compiler.(*stubDecorator); ok { 236 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) { argument 270 func (stub *stubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags { argument 301 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { argument 312 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument 316 func (linker *stubDecorator) Name(name string) string { argument [all …]
|
D | ndk_sysroot.go | 134 if installer, ok := m.installer.(*stubDecorator); ok {
|
D | androidmk.go | 315 func (c *stubDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
|
D | cc.go | 541 if _, ok := c.compiler.(*stubDecorator); ok { 1429 if _, ok := to.linker.(*stubDecorator); ok { 1829 ndkStub := ccDep.linker.(*stubDecorator)
|