Lines Matching defs:SdkSpec
163 type SdkSpec struct { struct
164 Kind SdkKind
165 ApiLevel ApiLevel
166 Raw string
169 func (s SdkSpec) String() string {
175 func (s SdkSpec) Valid() bool {
180 func (s SdkSpec) Specified() bool {
186 func (s SdkSpec) Stable() bool {
206 func (s SdkSpec) PrebuiltSdkAvailableForUnbundledBuild() bool {
212 func (s SdkSpec) ForVendorPartition(ctx EarlyModuleContext) SdkSpec {
244 func (s SdkSpec) UsePrebuilt(ctx EarlyModuleContext) bool {
269 func (s SdkSpec) EffectiveVersion(ctx EarlyModuleContext) (ApiLevel, error) {
283 func (s SdkSpec) EffectiveVersionString(ctx EarlyModuleContext) (string, error) {
356 func (s SdkSpec) ValidateSystemSdk(ctx EarlyModuleContext) bool {