Home
last modified time | relevance | path

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

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