Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_public_library.go69 type vendorPublicLibraryStubDecorator struct { struct
70 *libraryDecorator
72 Properties vendorPublicLibraryProperties
74 versionScriptPath android.ModuleGenPath
77 func (stub *vendorPublicLibraryStubDecorator) Name(name string) string {
81 func (stub *vendorPublicLibraryStubDecorator) compilerInit(ctx BaseModuleContext) {
100 …dorPublicLibraryStubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags {
105 …*vendorPublicLibraryStubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
111 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
118 func (stub *vendorPublicLibraryStubDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
[all …]