Lines Matching defs:SdkSpec
138 type SdkSpec struct { struct
139 Kind SdkKind
140 ApiLevel ApiLevel
141 Raw string
144 func (s SdkSpec) String() string {
150 func (s SdkSpec) Valid() bool {
155 func (s SdkSpec) Specified() bool {
161 func (s SdkSpec) Stable() bool {
181 func (s SdkSpec) PrebuiltSdkAvailableForUnbundledBuild() bool {
187 func (s SdkSpec) ForVendorPartition(ctx EarlyModuleContext) SdkSpec {
219 func (s SdkSpec) UsePrebuilt(ctx EarlyModuleContext) bool {
244 func (s SdkSpec) EffectiveVersion(ctx EarlyModuleContext) (ApiLevel, error) {
258 func (s SdkSpec) EffectiveVersionString(ctx EarlyModuleContext) (string, error) {
331 func (s SdkSpec) ValidateSystemSdk(ctx EarlyModuleContext) bool {