Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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 {
135 func (this *stubDecorator) initializeProperties(ctx BaseModuleContext) bool {
162 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) {
276 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
280 func (linker *stubDecorator) Name(name string) string {
307 func (stub *stubDecorator) nativeCoverage() bool {
311 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) {
[all …]
H A Dndk_sysroot.go122 if installer, ok := m.installer.(*stubDecorator); ok && m.library.buildStubs() {
H A Dfuzz.go211 if _, isLLndkStubLibrary := ccLibrary.linker.(*stubDecorator); isLLndkStubLibrary {
H A Dandroidmk.go466 func (c *stubDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
H A Dcc.go853 if stub, ok := c.linker.(*stubDecorator); ok {
900 if _, ok := c.linker.(*stubDecorator); ok {
1186 if _, ok := c.compiler.(*stubDecorator); ok {