Home
last modified time | relevance | path

Searched refs:implLibraryModuleName (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dsdk_library_internal.go37 func implLibraryModuleName(sdkLibName string) string { func
42 func (c *commonToSdkLibraryAndImport) implLibraryModuleName() string { func
43 return implLibraryModuleName(c.module.RootLibraryName())
149 Name: proptools.StringPtr(module.implLibraryModuleName()),
Dsdk_library.go1403 ctx.AddDependency(module, implLibraryTag, module.implLibraryModuleName())
1579 generatingLibs = append(generatingLibs, module.implLibraryModuleName())
1619 entries.Required = append(entries.Required, module.implLibraryModuleName())
2129 implName := module.implLibraryModuleName()
2240 generatingLibs = append(generatingLibs, module.implLibraryModuleName())
Dplatform_bootclasspath.go143 implLibName := implLibraryModuleName(bootImageModuleName)