Home
last modified time | relevance | path

Searched refs:libType (Results 1 – 2 of 2) sorted by relevance

/build/soong/partner/bpfix/extensions/
Dheaders.go27 libType string member
35 libType: "header_libs",
65 addLibrary(mod, lib.libType, lib.libName)
86 func addLibrary(mod *parser.Module, libType string, libName string) {
87 var list, ok = getLiteralListProperty(mod, libType)
91 prop.Name = libType
/build/soong/cc/
Dvendor_snapshot.go733 var libType string
735 libType = "static"
737 libType = "shared"
739 libType = "header"
745 if libType != "header" {
748 snapshotLibOut := filepath.Join(snapshotArchDir, targetArch, libType, stem)
754 propOut = filepath.Join(snapshotArchDir, targetArch, libType, stem+".json")