Home
last modified time | relevance | path

Searched refs:FutureApiLevelInt (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/soong/android/
H A Dapi_levels.go56 return FutureApiLevelInt
H A Dconfig.go51 const FutureApiLevelInt = 10000 const
56 number: FutureApiLevelInt,
/aosp12/build/soong/dexpreopt/
H A Dclass_loader_context.go254 const AnySdkVersion int = android.FutureApiLevelInt
/aosp12/build/soong/cc/
H A Dcompiler.go419 target += strconv.Itoa(android.FutureApiLevelInt)
H A Dcc.go1397 ver = strconv.Itoa(android.FutureApiLevelInt)
/aosp12/build/soong/apex/
H A Dapex_test.go1384 ver = strconv.Itoa(android.FutureApiLevelInt)