aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Target.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-08-13 05:07:06 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-08-13 08:59:13 +0200
commit113d3dd3f0ff38d9ad870fa7b20de6fe601c6cb3 (patch)
tree1cfc5f7b9c849727cce405edcdb395dfacf24a75 /lib/std/Target.zig
parent662303d7e74b93c0169c84dcd64b9f7da51ece3a (diff)
downloadzig-113d3dd3f0ff38d9ad870fa7b20de6fe601c6cb3.tar.gz
zig-113d3dd3f0ff38d9ad870fa7b20de6fe601c6cb3.zip
std.Target: bump default android API level from 24 to 29
According to https://apilevels.com, 88.5% of Android users are on 29+. Older API levels require libc as of https://github.com/ziglang/zig/pull/24629, which has confused some users. Seems reasonable to bump the default so most people won't be confused by this.
Diffstat (limited to 'lib/std/Target.zig')
-rw-r--r--lib/std/Target.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
index f960a4bb4c..2aa3e0a70c 100644
--- a/lib/std/Target.zig
+++ b/lib/std/Target.zig
@@ -482,7 +482,7 @@ pub const Os = struct {
break :blk default_min;
},
- .android = 24,
+ .android = 29,
},
},
.rtems => .{