Bug 1822171 - Update NDK to r26c. r=geckoview-reviewers,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D202074
This commit is contained in:
Ryan VanderMeulen 2024-02-19 16:09:51 +00:00
parent d2f6d19529
commit ba1657eb48
3 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ def android_lldb_server(target, host, ndk, lldb):
if lldb:
return lldb[0]
else:
clang_format = "toolchains/llvm/prebuilt/%s-%s/lib64/clang"
clang_format = "toolchains/llvm/prebuilt/%s-%s/lib/clang"
llvm_lib = "lib/linux"
host_kernel = "windows" if host.kernel == "WINNT" else host.kernel.lower()

View File

@ -20,7 +20,7 @@ from tqdm import tqdm
# variable.
from mozboot.bootstrap import MOZCONFIG_SUGGESTION_TEMPLATE
NDK_VERSION = "r25c"
NDK_VERSION = "r26c"
CMDLINE_TOOLS_VERSION_STRING = "12.0"
CMDLINE_TOOLS_VERSION = "11076708"

View File

@ -17,7 +17,7 @@ here = os.path.abspath(os.path.dirname(__file__))
wpt_root = os.path.abspath(os.path.join(here, os.pardir, os.pardir))
NDK_VERSION = "r25c"
NDK_VERSION = "r26c"
CMDLINE_TOOLS_VERSION_STRING = "12.0"
CMDLINE_TOOLS_VERSION = "11076708"