Merge "Change CI API level to keep linter happy." am: a2a2f40414
am: 308059d67f
am: 3bcee42853
am: e4cdcfa339
Original change: https://android-review.googlesource.com/c/platform/build/+/2569570 Change-Id: I649a3c50e27baa3cdbbea3ab991ecf8629a3c580 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
57c062f1da
1 changed files with 3 additions and 2 deletions
|
@ -11,9 +11,10 @@ export FINAL_BUILD_PREFIX='VP1A'
|
|||
export FINAL_PLATFORM_VERSION='15'
|
||||
|
||||
# Set arbitrary large values for CI.
|
||||
# SDK_VERSION needs to be <61 (lint/libs/lint-api/src/main/java/com/android/tools/lint/detector/api/ApiConstraint.kt)
|
||||
# Feel free to randomize them once in a while to detect buggy version detection code.
|
||||
export FINAL_PLATFORM_SDK_VERSION='97'
|
||||
export FINAL_MAINLINE_EXTENSION='98'
|
||||
export FINAL_PLATFORM_SDK_VERSION='57'
|
||||
export FINAL_MAINLINE_EXTENSION='58'
|
||||
|
||||
# Options:
|
||||
# 'unfinalized' - branch is in development state,
|
||||
|
|
Loading…
Reference in a new issue