|
|
|
|
|
by sspiff
3767 days ago
|
|
If you look at the changes, you'll see most things are pretty simple: * CMake files are expanded to handle an Android target. * Code that checks for specific defines or values like __FREEBSD__ || __LINUX__ now have an added condition to also check for __ANDROID__. * Some tooling scripts to integrate adb into the Swift SDK. * Some minor fixes elsewhere. So, special support is a really minimal set of changes that any platform would need. |
|
Also, there are also a bunch of support things for libICU which is not an official component on Android we are allowed.