Home
last modified time | relevance | path

Searched refs:baseModuleName (Results 1 – 8 of 8) sorted by relevance

/build/soong/sysprop/
Dsysprop_library.go224 baseModuleName := m.BaseModuleName()
236 …m.currentApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-current.txt…
237 m.latestApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-latest.txt")
246 rule.Build(pctx, ctx, baseModuleName+"_api_dump", baseModuleName+" api dump")
256 `******************************\n`, baseModuleName, baseModuleName,
271 `******************************\n`, baseModuleName)
288 rule.Build(pctx, ctx, baseModuleName+"_check_api", baseModuleName+" check api")
/build/soong/cc/
Dbinary.go117 stem := ctx.baseModuleName()
470 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !translatedArch && ctx.apexName() == …
471 if ctx.Device() && isBionic(ctx.baseModuleName()) {
Dvndk.go247 func isLlndkLibrary(baseModuleName string, config android.Config) bool {
248 _, ok := llndkLibraries(config)[baseModuleName]
258 func isVndkPrivateLibrary(baseModuleName string, config android.Config) bool {
259 _, ok := vndkPrivateLibraries(config)[baseModuleName]
Dvendor_public_library.go84 name := ctx.baseModuleName()
Dndk_library.go227 name := ctx.baseModuleName()
336 stub.libraryDecorator.libName = ctx.baseModuleName()
Dllndk_library.go167 stub.reexportFlags("-D" + versioningMacroName(ctx.baseModuleName()) + "=" + stub.stubsVersion())
Dlibrary.go707 func (library *libraryDecorator) getLibNameHelper(baseModuleName string, useVndk bool) string {
712 name = baseModuleName
728 name := library.getLibNameHelper(ctx.baseModuleName(), ctx.useVndk())
1259 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !library.buildStubs() && !translatedA…
1265 …yInAnyApex(ctx, ctx.ModuleName()) && ctx.isLlndk(ctx.Config()) && !isBionic(ctx.baseModuleName()) {
Dcc.go341 baseModuleName() string methodSpec
1256 func (ctx *moduleContextImpl) baseModuleName() string { func
1576 android.DirectlyInAnyApex(ctx, ctx.baseModuleName()) && !c.InRamdisk() &&