-
Notifications
You must be signed in to change notification settings - Fork 536
Add switch for android arvr mode #7179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7179
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3132b4f with merge base 27ed99f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D66737951 |
Summary: In ARVR repo Linux/Windows etc. targets generally tend to use torch deps that are appended with `ovrsource` whereas mobile targets don't use them. In order to avoid multiple symbol definitions we add another level of platform specification called `ARVR_ANDROID` which will allow us to specify a dep for ARVR Android build modes. Reviewed By: larryliu0820, dbort Differential Revision: D66737951
d430930
to
c6dcdf5
Compare
This pull request was exported from Phabricator. Differential Revision: D66737951 |
Summary: In ARVR repo Linux/Windows etc. targets generally tend to use torch deps that are appended with `ovrsource` whereas mobile targets don't use them. In order to avoid multiple symbol definitions we add another level of platform specification called `ARVR_ANDROID` which will allow us to specify a dep for ARVR Android build modes. Reviewed By: larryliu0820, dbort Differential Revision: D66737951
c6dcdf5
to
3132b4f
Compare
This pull request was exported from Phabricator. Differential Revision: D66737951 |
Summary:
In ARVR repo Linux/Windows etc. targets generally tend to use torch deps that are appended with
ovrsource
whereas mobile targets don't use them.In order to avoid multiple symbol definitions we add another level of platform specification called
ARVR_ANDROID
which will allow us to specify a dep for ARVR Android build modes.Reviewed By: larryliu0820
Differential Revision: D66737951