Lines Matching defs:SdkSpec
123 type SdkSpec struct { struct
124 Kind SdkKind
125 ApiLevel ApiLevel
126 Raw string
129 func (s SdkSpec) String() string {
135 func (s SdkSpec) Valid() bool {
140 func (s SdkSpec) Specified() bool {
146 func (s SdkSpec) Stable() bool {
166 func (s SdkSpec) PrebuiltSdkAvailableForUnbundledBuild() bool {
172 func (s SdkSpec) ForVendorPartition(ctx EarlyModuleContext) SdkSpec {
193 func (s SdkSpec) UsePrebuilt(ctx EarlyModuleContext) bool {
217 func (s SdkSpec) EffectiveVersion(ctx EarlyModuleContext) (ApiLevel, error) {
231 func (s SdkSpec) EffectiveVersionString(ctx EarlyModuleContext) (string, error) {
301 func (s SdkSpec) ValidateSystemSdk(ctx EarlyModuleContext) bool {