Home
last modified time | relevance | path

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

/build/soong/android/
Dapi_levels.go37 type ApiLevel struct { struct
39 value string
48 number int
51 isPreview bool
54 func (this ApiLevel) FinalOrFutureInt() int {
67 func (this ApiLevel) FinalOrPreviewInt() int {
80 func (this ApiLevel) String() string {
85 func (this ApiLevel) IsPreview() bool {
97 func (this ApiLevel) IsCurrent() bool {
101 func (this ApiLevel) IsNone() bool {
[all …]
Dsdk_version.go81 ApiLevel ApiLevel member
Dapex.go241 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion ApiLevel) error
915 func CheckMinSdkVersion(m UpdatableModule, ctx ModuleContext, minSdkVersion ApiLevel) {
/build/soong/cc/
Dndk_library.go108 func ndkLibraryVersions(ctx android.BaseMutatorContext, from android.ApiLevel) []string {
Dlinker.go392 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
Dcc.go851 func (c *Module) ApiLevel() string { func