aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2022-08-10 15:10:47 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-11 20:38:54 +0000
commitfa20de0f2a1e59da328e3cfa5753ce0e69b10e34 (patch)
tree2b3543ff7db94e5a13206fb2fd445cc04d2db6d0
parent7e6f05547ad1c8fb65215d5a0bd92c90341f2675 (diff)
downloadndk-fa20de0f2a1e59da328e3cfa5753ce0e69b10e34.tar.gz
Update branch config to r25b.
Bug: http://b/242100609 Test: preflight Change-Id: I54bf037fd8d7eeb78c00f7ef0a404b9d141d4f80 (cherry picked from commit a083dd888da3dbe41bb3dfcc63558ac7523c5a7e) Merged-In: I54bf037fd8d7eeb78c00f7ef0a404b9d141d4f80
-rw-r--r--ndk/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/config.py b/ndk/config.py
index 43c04e412..92b44a22d 100644
--- a/ndk/config.py
+++ b/ndk/config.py
@@ -2,7 +2,7 @@ from __future__ import print_function
major = 25
-hotfix = 0
+hotfix = 1
hotfix_str = chr(ord("a") + hotfix) if hotfix else ""
beta = 0
beta_str = "-beta{}".format(beta) if beta > 0 else ""