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:
孙冰 2025-03-24 20:35:06 +08:00
parent adee3ee9a2
commit d7e944a628
No known key found for this signature in database
GPG Key ID: F7795F8C590626AB

View File

@ -482,7 +482,7 @@ pub const Os = struct {
break :blk default_min;
},
.android = 14,
.android = 24,
},
},
.rtems => .{