Build was failing because lib.cpp in the library_example has a bunch of external dependencies. For building the *.stub files, the implementation doesn't matter, only having the right symbols matters (its sorta like a header but in a .so) Added a .stub.c file with the same testLibraryFunction and a empty impl.
Build was failing because lib.cpp in the library_example has a bunch of external dependencies. For building the *.stub files, the implementation doesn't matter, only having the right symbols matters (its sorta like a header but in a .so) Added a .stub.c file with the same testLibraryFunction and a empty impl.
this fixes the build being broken on master