std.Target: Add support for specifying Android API level.

This commit is contained in:
Alex Rønne Petersen
2024-10-30 21:57:44 +01:00
parent c5395f7cd9
commit 3c1ccbdf39
7 changed files with 75 additions and 16 deletions

View File

@@ -221,6 +221,7 @@ pub const HashHelper = struct {
hh.add(linux.range.min);
hh.add(linux.range.max);
hh.add(linux.glibc);
hh.add(linux.android);
},
.windows => |windows| {
hh.add(windows.min);