Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_library.go102 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 …]
Dndk_sysroot.go134 if installer, ok := m.installer.(*stubDecorator); ok {
Dandroidmk.go315 func (c *stubDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
Dcc.go541 if _, ok := c.compiler.(*stubDecorator); ok {
1429 if _, ok := to.linker.(*stubDecorator); ok {
1829 ndkStub := ccDep.linker.(*stubDecorator)