Update to ONDK r29.3

This commit is contained in:
topjohnwu
2025-11-21 11:46:23 -08:00
committed by John Wu
parent 52d7eff03f
commit 3a60ef2039
4 changed files with 2 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ fun Project.setupCommon() {
compileSdkVersion(36)
buildToolsVersion = "36.0.0"
ndkPath = "$sdkDirectory/ndk/magisk"
ndkVersion = "29.0.13846066"
ndkVersion = "29.0.14206865"
defaultConfig {
minSdk = 23

View File

@@ -80,7 +80,7 @@ support_targets = {"magisk", "magiskinit", "magiskboot", "magiskpolicy", "resetp
default_targets = support_targets - {"resetprop"}
rust_targets = default_targets.copy()
clean_targets = {"native", "cpp", "rust", "app"}
ondk_version = "r29.2"
ondk_version = "r29.3"
# Global vars
config = {}

View File

@@ -1,5 +1,4 @@
#![feature(format_args_nl)]
#![feature(btree_extract_if)]
#![feature(iter_intersperse)]
#![feature(try_blocks)]

View File

@@ -1,5 +1,4 @@
#![feature(try_blocks)]
#![feature(let_chains)]
#![feature(fn_traits)]
#![feature(unix_socket_ancillary_data)]
#![feature(unix_socket_peek)]