MCPcopy Create free account
hub / github.com/ARM-software/bob-build / bpModuleNamesForDep

Function bpModuleNamesForDep

core/androidbp_cclibs.go:31–75  ·  view source on GitHub ↗

Convert between Bob module names, and the name we will give the generated cc_library module. This is required when a module supports being built on host and target; we cannot create two modules with the same name, so instead, we use the `shortName()` (which may include a `__host` or `__target` suffi

(ctx blueprint.BaseModuleContext, name string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

populateCommonPropsFunction · 0.85
bpModuleNamesForDepsFunction · 0.85
addCompilablePropsFunction · 0.85

Calls 7

DieFunction · 0.92
getLibraryFunction · 0.85
UnScopedPathMethod · 0.80
shortNameMethod · 0.65
GetFilesMethod · 0.65
ForEachMethod · 0.45

Tested by

no test coverage detected