aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-29 21:51:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-29 21:51:17 +0000
commite1049622bd838c3ccd5631deec947770009dbbdb (patch)
treee1c1e2a6905529320c8a0d59b8262a540380b0e4
parentba12106b690689d9ca10619539a857d156a52016 (diff)
parenta0326b71df410de7c43ae327e87e1524b41daf11 (diff)
downloadndk-r27-rc1.tar.gz
Merge "Merge cherrypicks of ['android-review.googlesource.com/3107205'] into ndk-r27-release." into ndk-r27-releasendk-r27-rc1ndk-r27-release
-rw-r--r--ndk/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/config.py b/ndk/config.py
index 12f38151f..0a9fb3779 100644
--- a/ndk/config.py
+++ b/ndk/config.py
@@ -3,7 +3,7 @@ from __future__ import print_function
major = 27
hotfix = 0
hotfix_str = chr(ord("a") + hotfix) if hotfix else ""
-beta = 1
+beta = 2
beta_str = "-beta{}".format(beta) if beta > 0 else ""
canary = False
canary_str = "-canary" if canary else ""