-
Notifications
You must be signed in to change notification settings - Fork 111
[FEATURE REQ] [Bug] Recompile .so binaries with 16kb page size #1948
Copy link
Copy link
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Support devices with 16kb page size
Play console and Android studio both display recommendations for supporting devices with 16 KB memory page sizes when uploading or building an app:
"Your app uses native libraries that are not aligned to suport devices with 16 KB memory page sizes. These devices may not be able to install or start your app, or your app may start and then crash."
Dependencies used in our app
As part of a virtual conference feature, we are using the following dependencies from Azure SDK:
Consequently, we identified the following .so files that might be related to the above dependencies that are being built by the azure SDK:
Are there any plans to compile these dependencies with 16KB page size alignment?
Thanks,