Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_library.go139 for _, version := range ctx.Config().AllSupportedApiLevels() {
360 apiLevels := append(ctx.Config().AllSupportedApiLevels(),
/build/soong/android/
Dconfig.go948 func (c *config) AllSupportedApiLevels() []ApiLevel { func