Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1587 func (s *frameworkModulesNamingScheme) moduleSuffix(scope *apiScope) string { func
1596 return fmt.Sprintf("%s-stubs-%sapi", baseName, s.moduleSuffix(scope))
1600 return fmt.Sprintf("%s-stubs-srcs-%sapi", baseName, s.moduleSuffix(scope))
1604 return fmt.Sprintf("%s-api-%sapi", baseName, s.moduleSuffix(scope))