Home
last modified time | relevance | path

Searched refs:libraryName (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dnotices.go52 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/
Dndk_library.go311 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/
Dhtmlnotice_test.go36 libraryName = regexp.MustCompile(`^\s*<strong>(.*)</strong>\s\s*used\s\s*by\s*:\s*$`) var
815 groups := libraryName.FindStringSubmatch(line)