I think there's probably some misnomer around what exactly an "SDK" is, vs libraries, vs toolchains, etc.
Effectively an "SDK" informally is actually a bundle of many things:
- A series of libraries that allow calling OS APIs without having to reimplement them.
- A series of compilation...