Lines Matching defs:SdkSpec
79 type SdkSpec struct { struct
80 Kind SdkKind
81 ApiLevel ApiLevel
82 Raw string
85 func (s SdkSpec) String() string {
91 func (s SdkSpec) Valid() bool {
96 func (s SdkSpec) Specified() bool {
102 func (s SdkSpec) Stable() bool {
122 func (s SdkSpec) PrebuiltSdkAvailableForUnbundledBuild() bool {
128 func (s SdkSpec) ForVendorPartition(ctx EarlyModuleContext) SdkSpec {
149 func (s SdkSpec) UsePrebuilt(ctx EarlyModuleContext) bool {
173 func (s SdkSpec) EffectiveVersion(ctx EarlyModuleContext) (ApiLevel, error) {
194 func (s SdkSpec) EffectiveVersionString(ctx EarlyModuleContext) (string, error) {
263 func (s SdkSpec) ValidateSystemSdk(ctx EarlyModuleContext) bool {