tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 0a93ac3791e484044b9ea2ee099857f45f75e54c
parent c5f46a1fe0c877fd7522245d28fdbd3afccf852e
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Date:   Wed, 15 Oct 2025 12:12:46 +0000

Bug 1956917 - Update NDK to r29. r=android-reviewers,pollymce

Differential Revision: https://phabricator.services.mozilla.com/D243364

Diffstat:
Mpython/mozboot/mozboot/android.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mozboot/mozboot/android.py b/python/mozboot/mozboot/android.py @@ -23,7 +23,7 @@ from mozboot.bootstrap import MOZCONFIG_SUGGESTION_TEMPLATE # We need the NDK version in multiple different places, and it's inconvenient # to pass down the NDK version to all relevant places, so we have this global # variable. -NDK_VERSION = "r28c" +NDK_VERSION = "r29" CMDLINE_TOOLS_VERSION_STRING = "19.0" CMDLINE_TOOLS_VERSION = "13114758"