Home
last modified time | relevance | path

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

/build/soong/cc/
Dapi_level.go28 return ctx.Config().MinSupportedSdkVersion()
/build/soong/android/
Dmakevars.go33 ctx.Strict("MIN_SUPPORTED_SDK_VERSION", ctx.Config().MinSupportedSdkVersion().String())
Dconfig.go677 func (c *config) MinSupportedSdkVersion() ApiLevel { func