Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_library.go91 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 …]
Dndk_sysroot.go134 if installer, ok := m.installer.(*stubDecorator); ok {
Dfuzz.go185 if _, isLLndkStubLibrary := ccLibrary.linker.(*stubDecorator); isLLndkStubLibrary {
Dandroidmk.go459 func (c *stubDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
Dcc.go537 if stub, ok := c.linker.(*stubDecorator); ok {
584 if _, ok := c.linker.(*stubDecorator); ok {
913 if _, ok := c.compiler.(*stubDecorator); ok {