Home
last modified time | relevance | path

Searched defs:libraryDecorator (Results 1 – 9 of 9) sorted by relevance

/build/soong/rust/
Dlibrary.go128 type libraryDecorator struct { struct
129 *baseCompiler
130 *flagExporter
131 stripper Stripper
133 Properties LibraryCompilerProperties
134 MutatedProperties LibraryMutatedProperties
135 includeDirs android.Paths
136 sourceProvider SourceProvider
139 tocFile android.OptionalPath
142 stubsSymbolFilePath android.Path
[all …]
Dtoolchain_library.go51 *libraryDecorator anonMember
79 func initToolchainLibrary(module *Module, library *libraryDecorator) android.Module {
Dprebuilt.go40 *libraryDecorator anonMember
/build/soong/cc/
Dlibrary.go395 type libraryDecorator struct { struct
396 Properties LibraryProperties
397 StaticProperties StaticProperties
398 SharedProperties SharedProperties
399 MutatedProperties LibraryMutatedProperties
402 reuseObjects Objects
405 tocFile android.OptionalPath
407 flagExporter
408 flagExporterInfo *FlagExporterInfo
409 stripper Stripper
[all …]
Dkernel_headers.go22 *libraryDecorator anonMember
Dvndk_prebuilt.go76 *libraryDecorator anonMember
Dprebuilt.go86 *libraryDecorator anonMember
Dndk_library.go120 *libraryDecorator anonMember
Dtest.go557 *libraryDecorator anonMember