Home
last modified time | relevance | path

Searched defs:ApiLevel (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dapi_levels.go40 type ApiLevel struct { struct
42 value string
51 number int
54 isPreview bool
57 func (this ApiLevel) FinalOrFutureInt() int {
70 func (this ApiLevel) FinalOrPreviewInt() int {
83 func (this ApiLevel) String() string {
88 func (this ApiLevel) IsPreview() bool {
100 func (this ApiLevel) IsCurrent() bool {
104 func (this ApiLevel) IsNone() bool {
[all …]
Dsdk_version.go81 ApiLevel ApiLevel member
Dapex.go251 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion ApiLevel) error
913 func CheckMinSdkVersion(ctx ModuleContext, minSdkVersion ApiLevel, walk WalkPayloadDepsFunc) {
/build/soong/cc/
Dndk_library.go141 func ndkLibraryVersions(ctx android.BaseMutatorContext, from android.ApiLevel) []string {
257 apiLevel android.ApiLevel, genstubFlags string) ndkApiOutputs {
377 func findNextApiLevel(ctx ModuleContext, apiLevel android.ApiLevel) *android.ApiLevel {
Dlinker.go450 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
Dcc.go948 func (c *Module) ApiLevel() string { func
/build/soong/java/
Dsdk.go67 func systemModuleKind(sdkKind android.SdkKind, apiLevel android.ApiLevel) android.SdkKind {