Merge "Set next sdk_int to previous sdk_int + 1." am: f12a969445
Original change: https://android-review.googlesource.com/c/platform/build/+/2575210 Change-Id: I3beb16122db4a76f6230913fc6b801cca714b9fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
927e5096b6
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@ 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='57'
|
||||
# There are multiple places where we rely on next SDK version to be previous + 1, e.g. RESOURCES_SDK_INT.
|
||||
# We might or might not fix this in future, but for now let's keep it +1.
|
||||
export FINAL_PLATFORM_SDK_VERSION='35'
|
||||
# Feel free to randomize once in a while to detect buggy version detection code.
|
||||
export FINAL_MAINLINE_EXTENSION='58'
|
||||
|
||||
# Options:
|
||||
|
|
Loading…
Reference in a new issue