You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid using the full path of the shared library to avoid including
the absolute path of the library in the executable, which will not
work once the library is moved to the host machine (like an
Android device).
To avoid doing a confussing `-lrary`, I changed the name of the
library to `libAttrImplFP.so` instead.
0 commit comments