Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_library.go84 type stubDecorator struct { struct
98 var _ versionedInterface = (*stubDecorator)(nil)
100 func shouldUseVersionScript(ctx BaseModuleContext, stub *stubDecorator) bool { argument
104 func (stub *stubDecorator) implementationModuleName(name string) string { argument
122 func (this *stubDecorator) stubsVersions(ctx android.BaseMutatorContext) []string { argument
135 func (this *stubDecorator) initializeProperties(ctx BaseModuleContext) bool { argument
162 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) { argument
202 func (stub *stubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags { argument
251 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { argument
276 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
[all …]
Dndk_sysroot.go122 if installer, ok := m.installer.(*stubDecorator); ok && m.library.buildStubs() {
Dfuzz.go211 if _, isLLndkStubLibrary := ccLibrary.linker.(*stubDecorator); isLLndkStubLibrary {
Dandroidmk.go466 func (c *stubDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {