Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go206 baseModuleName := m.BaseModuleName()
218 …m.currentApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-current.txt…
219 m.latestApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-latest.txt")
228 rule.Build(pctx, ctx, baseModuleName+"_api_dump", baseModuleName+" api dump")
238 `******************************\n`, baseModuleName, baseModuleName,
253 `******************************\n`, baseModuleName)
270 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]
Dndk_library.go246 name := ctx.baseModuleName()
333 stub.libraryDecorator.libName = ctx.baseModuleName()
Dvendor_public_library.go84 name := ctx.baseModuleName()
Dllndk_library.go167 stub.reexportFlags("-D" + versioningMacroName(ctx.baseModuleName()) + "=" + stub.stubsVersion())
Dlibrary.go703 func (library *libraryDecorator) getLibNameHelper(baseModuleName string, useVndk bool) string {
708 name = baseModuleName
724 name := library.getLibNameHelper(ctx.baseModuleName(), ctx.useVndk())
1248 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !library.buildStubs() && !translatedA…
1254 …yInAnyApex(ctx, ctx.ModuleName()) && ctx.isLlndk(ctx.Config()) && !isBionic(ctx.baseModuleName()) {
Dcc.go332 baseModuleName() string methodSpec
1240 func (ctx *moduleContextImpl) baseModuleName() string { func
1551 android.DirectlyInAnyApex(ctx, ctx.baseModuleName()) && !c.InRamdisk() &&
/build/soong/rust/
Dcompiler.go241 stem := ctx.baseModuleName()
Drust.go455 baseModuleName() string methodSpec
534 func (ctx *moduleContextImpl) baseModuleName() string { func
Dlibrary.go326 flags.RustFlags = append(flags.RustFlags, "-C metadata="+ctx.baseModuleName())