Home
last modified time | relevance | path

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

/build/soong/rust/
Dlibrary.go94 type libraryDecorator struct { struct
95 *baseCompiler
96 *flagExporter
97 stripper Stripper
99 Properties LibraryCompilerProperties
100 MutatedProperties LibraryMutatedProperties
101 includeDirs android.Paths
102 sourceProvider SourceProvider
104 collectedSnapshotHeaders android.Paths
107 tocFile android.OptionalPath
[all …]
Dtoolchain_library.go44 *libraryDecorator anonMember
72 func initToolchainLibrary(module *Module, library *libraryDecorator) android.Module {
Dsnapshot_prebuilt.go30 *libraryDecorator anonMember
Dprebuilt.go38 *libraryDecorator anonMember
/build/soong/cc/
Dlibrary.go783 type libraryDecorator struct { struct
784 Properties LibraryProperties
785 StaticProperties StaticProperties
786 SharedProperties SharedProperties
787 MutatedProperties LibraryMutatedProperties
790 reuseObjects Objects
793 tocFile android.OptionalPath
795 flagExporter
796 flagExporterInfo *FlagExporterInfo
797 stripper Stripper
[all …]
Dkernel_headers.go22 *libraryDecorator anonMember
Dndk_prebuilt.go35 *libraryDecorator anonMember
Dlibrary_stub.go83 *libraryDecorator anonMember
381 *libraryDecorator anonMember
Dvndk_prebuilt.go74 *libraryDecorator anonMember
Dndk_library.go121 *libraryDecorator anonMember
Dprebuilt.go90 *libraryDecorator anonMember
Dtest.go503 *libraryDecorator anonMember
Dsnapshot_prebuilt.go411 *libraryDecorator anonMember
Dbp2build.go225 …aredProps(ctx android.BazelConversionPathContext, module *Module, lib *libraryDecorator, isStatic …