mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
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.
This commit is contained in:
parent
662303d7e7
commit
113d3dd3f0
@ -482,7 +482,7 @@ pub const Os = struct {
|
||||
|
||||
break :blk default_min;
|
||||
},
|
||||
.android = 24,
|
||||
.android = 29,
|
||||
},
|
||||
},
|
||||
.rtems => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user