Skip to content
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

gen_snapshot: fix Platform.operatingSystem issue #213

Conversation

HidenoriMatsubayashi
Copy link
Collaborator

This change fixes an issue that Platform.operatingSystem returns Android on x64 hosts and when cross-building for arm64 targets on x64 hosts. To fix the issue, use the gen_snapshot of linux and elinux instead of Android's one.

Fixed #212

This change makes the tool use the gen_snapshot of linux and elinux instead of Android's one to fix Platform.operatingSystem issue.

Signed-off-by: Hidenori Matsubayashi <[email protected]>
@HidenoriMatsubayashi HidenoriMatsubayashi added bug Something isn't working arm64 Topics to support arm64 target x64 Topics to support x64 target labels Aug 29, 2023
@HidenoriMatsubayashi HidenoriMatsubayashi merged commit d2ae0ff into sony:main Aug 29, 2023
1 check passed
@HidenoriMatsubayashi HidenoriMatsubayashi deleted the fix-platform-operatingsystem-issue branch August 29, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm64 Topics to support arm64 target bug Something isn't working x64 Topics to support x64 target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Platform.operatingSystem returns 'android' on x64 host (3.13.0 or later)
1 participant