Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dlibrary.go376 type libraryDecorator struct { struct
377 Properties LibraryProperties
378 StaticProperties StaticProperties
379 SharedProperties SharedProperties
380 MutatedProperties LibraryMutatedProperties
383 reuseObjects Objects
386 tocFile android.OptionalPath
388 flagExporter
389 flagExporterInfo *FlagExporterInfo
390 stripper Stripper
[all …]
H A Dkernel_headers.go22 *libraryDecorator anonMember
H A Dvndk_prebuilt.go76 *libraryDecorator anonMember
H A Dprebuilt.go86 *libraryDecorator anonMember
H A Dndk_library.go120 *libraryDecorator anonMember
H A Dtest.go485 *libraryDecorator anonMember
/aosp_15_r20/build/soong/rust/
H A Dlibrary.go107 type libraryDecorator struct { struct
108 *baseCompiler
109 *flagExporter
110 stripper Stripper
112 Properties LibraryCompilerProperties
113 MutatedProperties LibraryMutatedProperties
114 includeDirs android.Paths
115 sourceProvider SourceProvider
117 isFFI bool
120 tocFile android.OptionalPath
[all …]
H A Dtoolchain_library.go51 *libraryDecorator anonMember
79 func initToolchainLibrary(module *Module, library *libraryDecorator) android.Module {
H A Dprebuilt.go38 *libraryDecorator anonMember