Home
last modified time | relevance | path

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

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