Searched defs:SdkSpec (Results 1 – 3 of 3) sorted by relevance
163 type SdkSpec struct { struct164 Kind SdkKind165 ApiLevel ApiLevel166 Raw string169 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 {[all …]
57 func defaultJavaLanguageVersion(ctx android.EarlyModuleContext, s android.SdkSpec) javaVersion {
1232 func getGeneratingLibs(ctx android.ModuleContext, sdkVersion android.SdkSpec, sdkLibraryModuleName …