[android] Allow BlocksRuntimeStub to compile for Android
The target was correctly set for compiling, but was missing for linking,
so the Android was trying to be link against the host tools machine.
The solution uses _add_swift_library_single from AddSwift.cmake, which should handle all the
supported SDK/Archs.