Closed
Description
Currently, there is an android hack on rustc:driver to compile binaries through Android NDK due to lack of ARM unwind supporting of LLVM.
Now LLVM ARM unwind supporting is in progress here. Once it is landed, we can remove the hack.