Searched defs:SdkSpec (Results 1 – 3 of 3) sorted by relevance
138 type SdkSpec struct { struct139 Kind SdkKind140 ApiLevel ApiLevel141 Raw string144 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 {[all …]
57 func defaultJavaLanguageVersion(ctx android.EarlyModuleContext, s android.SdkSpec) javaVersion {
1177 func getGeneratingLibs(ctx android.ModuleContext, sdkVersion android.SdkSpec, sdkLibraryModuleName …