Home
last modified time | relevance | path

Searched refs:vendorPublicLibrarySuffix (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dvendor_public_library.go25 vendorPublicLibrarySuffix = ".vendorpublic" var
78 return name + vendorPublicLibrarySuffix
85 if strings.HasSuffix(name, vendorPublicLibrarySuffix) {
86 …pertyErrorf("name", "Do not append %q manually, just use the base name", vendorPublicLibrarySuffix)
119 stub.libraryDecorator.libName = strings.TrimSuffix(ctx.ModuleName(), vendorPublicLibrarySuffix)
Dandroidmk.go589 entries.SubName = vendorPublicLibrarySuffix
Dcc.go1811 vendorPublicLib := name + vendorPublicLibrarySuffix
2557 libName = strings.TrimSuffix(libName, vendorPublicLibrarySuffix)
2594 return libName + vendorPublicLibrarySuffix
Dcc_test.go2919 …bPaths := getOutputPaths(ctx, coreVariant, []string{"libvendorpublic" + vendorPublicLibrarySuffix})