Searched defs:ApiLevel (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | api_levels.go | 38 type ApiLevel struct { struct 40 value string 49 number int 52 isPreview bool 55 func (this ApiLevel) FinalInt() int { 66 func (this ApiLevel) FinalOrFutureInt() int { 82 func (this ApiLevel) FinalOrPreviewInt() int { 98 func (this ApiLevel) String() string { 103 func (this ApiLevel) IsPreview() bool { 108 func (this ApiLevel) IsInvalid() bool { [all …]
|
H A D | apex.go | 235 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion ApiLevel) error 793 func CheckMinSdkVersion(ctx ModuleContext, minSdkVersion ApiLevel, walk WalkPayloadDepsFunc) {
|
H A D | sdk_version.go | 140 ApiLevel ApiLevel member
|
/aosp_15_r20/build/soong/cc/ |
H A D | ndk_library.go | 146 func ndkLibraryVersions(ctx android.BaseModuleContext, from android.ApiLevel) []string { 260 apiLevel android.ApiLevel, genstubFlags string) ndkApiOutputs { 388 func findNextApiLevel(ctx ModuleContext, apiLevel android.ApiLevel) *android.ApiLevel { 572 func getVersionedLibraryInstallPath(ctx ModuleContext, apiLevel android.ApiLevel) android.OutputPat…
|
H A D | api_level.go | 43 apiLevel android.ApiLevel) android.ApiLevel {
|
H A D | linker.go | 456 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
|
H A D | cc.go | 1020 func (c *Module) ApiLevel() string { func
|
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/ |
H A D | api_level.h | 28 using ApiLevel = int; variable
|
/aosp_15_r20/external/skia/tests/ |
H A D | CtsEnforcement.h | 22 enum ApiLevel : int32_t { enum
|
/aosp_15_r20/build/soong/java/ |
H A D | sdk.go | 79 func systemModuleKind(sdkKind android.SdkKind, apiLevel android.ApiLevel) android.SdkKind {
|
H A D | android_manifest.go | 65 func shouldReturnFinalOrFutureInt(ctx android.ModuleContext, targetSdkVersionLevel android.ApiLevel…
|
H A D | hiddenapi.go | 266 …ontext, dexInput, flagsCSV android.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outpu…
|
H A D | app.go | 382 func checkMinSdkVersionMts(ctx android.ModuleContext, minSdkVersion android.ApiLevel) {
|