mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
std.Target: Update default Android API level to 24
API level 24 completes _FILE_OFFSET_BITS=64 support in bionic, c.f. https://android.googlesource.com/platform/bionic/+/HEAD/docs/status.md. According to https://apilevels.com, API level 24 (Android 7 released in 2017) has 97% cumulative usage.
This commit is contained in:
parent
adee3ee9a2
commit
d7e944a628
@ -482,7 +482,7 @@ pub const Os = struct {
|
||||
|
||||
break :blk default_min;
|
||||
},
|
||||
.android = 14,
|
||||
.android = 24,
|
||||
},
|
||||
},
|
||||
.rtems => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user