forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix VR module native code with isolated splits
There were three separate issues which were preventing the VR native code from working correctly: - Isolated split class loaders can't load native libraries (b/171269960) - Shared libs for modules were not being added to the module descriptor - The GVR native methods need to be manually registered now that GVR code is not in the base module. Bug: 1126301 Change-Id: I184ea61fe4ef97a598ecf47b6e3cd81f4425ec1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486571 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#819164}
- Loading branch information
1 parent
ee9f4ab
commit 7b25ff7
Showing
4 changed files
with
49 additions
and
10 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