Searched defs:LinkerInfo (Results 1 – 2 of 2) sorted by relevance
153 func getVndkFileName(info *LinkerInfo) (string, error) {
74 type LinkerInfo struct { struct75 WholeStaticLibs []string77 StaticLibs []string79 SharedLibs []string81 HeaderLibs []string82 ImplementationModuleName *string84 BinaryDecoratorInfo *BinaryDecoratorInfo85 LibraryDecoratorInfo *LibraryDecoratorInfo86 TestBinaryInfo *TestBinaryInfo87 BenchmarkDecoratorInfo *BenchmarkDecoratorInfo[all …]