Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_stub.go46 apiLibrary, ok := m.linker.(*apiLibraryDecorator)
82 type apiLibraryDecorator struct { struct
89 apiLibraryDecorator := &apiLibraryDecorator{
92 apiLibraryDecorator.BuildOnlyShared()
99 module.linker = apiLibraryDecorator
101 module.library = apiLibraryDecorator
102 module.AddProperties(&module.Properties, &apiLibraryDecorator.properties)
105 if apiLibraryDecorator.baseLinker.Properties.System_shared_libs == nil {
106 apiLibraryDecorator.baseLinker.Properties.System_shared_libs = []string{}
109 apiLibraryDecorator.baseLinker.Properties.No_libcrt = BoolPtr(true)
[all …]
Dsdk.go63 apiLibrary, _ := ccModule.linker.(*apiLibraryDecorator)
Dandroidmk.go625 func (a *apiLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntr…
Dcc.go3359 if apiLibrary, ok := cc.linker.(*apiLibraryDecorator); ok {
4078 _, ok := c.linker.(*apiLibraryDecorator)