Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go327 type libraryDecorator struct { struct
328 Properties LibraryProperties
329 StaticProperties StaticProperties
330 SharedProperties SharedProperties
331 MutatedProperties LibraryMutatedProperties
334 reuseObjects Objects
337 tocFile android.OptionalPath
339 flagExporter
340 stripper
344 wholeStaticMissingDeps []string
[all …]
Dkernel_headers.go22 *libraryDecorator anonMember
Dllndk_library.go71 *libraryDecorator anonMember
216 *libraryDecorator anonMember
Dtoolchain_library.go38 *libraryDecorator anonMember
Dndk_prebuilt.go101 *libraryDecorator anonMember
Dvendor_public_library.go70 *libraryDecorator anonMember
Dvndk_prebuilt.go74 *libraryDecorator anonMember
Dndk_library.go92 *libraryDecorator anonMember
Dprebuilt.go75 *libraryDecorator anonMember
Dvendor_snapshot.go108 *libraryDecorator anonMember
Dtest.go443 *libraryDecorator anonMember
/build/soong/rust/
Dlibrary.go74 type libraryDecorator struct { struct
75 *baseCompiler
76 *flagExporter
78 Properties LibraryCompilerProperties
79 MutatedProperties LibraryMutatedProperties
80 includeDirs android.Paths
110 func (library *libraryDecorator) nativeCoverage() bool {
114 func (library *libraryDecorator) rlib() bool {
118 func (library *libraryDecorator) dylib() bool {
122 func (library *libraryDecorator) shared() bool {
[all …]
Dprebuilt.go35 *libraryDecorator anonMember