Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This new method works the same as `loadLibrary(...)`. Going forward, `loadLibrary(...)` should only get called with constants strings, while `loadLibraryUnsafe(...)` doesn't have that restriction. For all `loadLibrary(...)` calls, a tool like Redex can then determine which libraries are referenced by the application. Reviewed By: adicatana Differential Revision: D63471297 fbshipit-source-id: a3b6b53c3027ee056d9fcdf0303b886d0765a6f2
- Loading branch information