Home
last modified time | relevance | path

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

/build/soong/android/
Dapi_levels.go78 for i, codename := range config.PlatformVersionActiveCodenames() {
Dconfig.go670 func (c *config) PlatformVersionActiveCodenames() []string { func
/build/soong/cc/
Dllndk_library.go86 if !inList(vndkVer, ctx.Config().PlatformVersionActiveCodenames()) || vndkVer == "" {
Dndk_library.go224 versionStrs = append(versionStrs, mctx.Config().PlatformVersionActiveCodenames()...)
Dcc.go1133 if inList(vndkVer, ctx.ctx.Config().PlatformVersionActiveCodenames()) {