Searched refs:symbolFile (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | ndk_library.go | 207 func compileStubLibrary(ctx ModuleContext, flags Flags, symbolFile, apiLevel, genstubFlags string) … argument 212 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile) 233 func parseSymbolFileForCoverage(ctx ModuleContext, symbolFile string) android.ModuleOutPath { 235 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile) 266 symbolFile := String(c.properties.Symbol_file) 267 objs, versionScript := compileStubLibrary(ctx, flags, symbolFile, 271 c.parsedCoverageXmlPath = parseSymbolFileForCoverage(ctx, symbolFile)
|
D | builder.go | 815 baseName, exportedHeaderFlags string, symbolFile android.OptionalPath, 823 if symbolFile.Valid() { 824 implicits = append(implicits, symbolFile.Path()) 825 symbolFilterStr += " -v " + symbolFile.String()
|
D | library.go | 834 symbolFile := String(library.Properties.Stubs.Symbol_file) 835 if symbolFile != "" && !strings.HasSuffix(symbolFile, ".map.txt") { 836 ctx.PropertyErrorf("symbol_file", "%q doesn't have .map.txt suffix", symbolFile)
|