On Android, libraries are usually loaded by the top-level Java code, so just loading symbols is required. Would it be possible to allow loadSymbols to be called directly? Maybe having SharedLibrary.load(string[]) handle an empty list as "implicitly loaded" would be better?
On Android, libraries are usually loaded by the top-level Java code, so just loading symbols is required. Would it be possible to allow loadSymbols to be called directly? Maybe having
SharedLibrary.load(string[])handle an empty list as "implicitly loaded" would be better?