-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch SoLoader implementation to use NativeLoader
Summary: Changed the way .so's are loaded. Using the NativeLoader which takes in a delegate and requires init on app start. Existing SoLoader init already calls NativeLoader init. Oculus apps can now call NativeLoader init directly with the provided SystemDelegate. This now enabled us to remove the SoLoader dep for all oculus apps. Reviewed By: swiftcoder Differential Revision: D20301277 fbshipit-source-id: 43a1fb69c9a7161d5cd0d1180c382b1bffa6463a
- Loading branch information
1 parent
21071b4
commit 47b5b4c
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters