Hi, we have our legacy system which is build with Glibc. we want to add new feature from android. Since android use Bionic in place of Glibc. Is it possible to make single cross toolchain with multiple lib support, and using option application can select Glibc or Bionic. Our goal is we use our main application build which is build with Glibc and run android application(bionic) from Main application. Or is there any other method to support both bionic and Glibc . Kind regards Keshav