Searched refs:libraryName (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | notices.go | 52 libraryName string, stripPrefix []string, modules ...Module) { 59 panic(fmt.Errorf("%s %q needs a module to generate the notice for", ruleName, libraryName)) 62 if libraryName == "" { 63 libraryName = modules[0].Name() 76 if libraryName != "" { 77 cmd = cmd.FlagWithArg("--product ", libraryName) 87 ctx BuilderContext, outputFile WritablePath, ruleName, libraryName string, 90 outputFile, libraryName, stripPrefix, modules...) 97 ctx BuilderContext, outputFile WritablePath, ruleName, libraryName string, 100 outputFile, libraryName, stripPrefix, modules...) [all …]
|
/build/soong/cc/ |
D | ndk_library.go | 311 func (this *stubDecorator) libraryName(ctx ModuleContext) string { func 319 ctx.Arch().ArchType.String(), this.libraryName(ctx), "abi.xml") 347 this.libraryName(ctx), "abi.raw.xml") 361 this.libraryName(ctx), "abi.xml") 391 "//development/tools/ndk/update_ndk_abi.sh.", this.libraryName(ctx))
|
/build/make/tools/compliance/cmd/htmlnotice/ |
D | htmlnotice_test.go | 36 libraryName = regexp.MustCompile(`^\s*<strong>(.*)</strong>\s\s*used\s\s*by\s*:\s*$`) var 815 groups := libraryName.FindStringSubmatch(line)
|