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.go391 var libType string
393 libType = "static"
395 libType = "shared"
397 libType = "header"
403 if libType != "header" {
417 snapshotLibOut := filepath.Join(snapshotArchDir, targetArch, libType, stem)
423 propOut = filepath.Join(snapshotArchDir, targetArch, libType, stem+".json")