0

Is it feasible to wrap/nest a C++ .so library into another .so library so that a single .so library can be used instead of two .so libraries; For e.g. if I have the source for A.so and A.so is using pre-compiled B.so, is it possible that A.so can be built in a way so that it contains the B.so and there is no need to link to B.so from the application that uses A.so

Ulrich Eckhardt
  • 16,572
  • 3
  • 28
  • 55

0 Answers0