Use rustls-tls-webpki-roots on Android
Summary: Current TLS backend for Rust websocket code on Android doesn't work since if cannot verify backup service certificate. We used to have similar issues with gRPC and we resolved them by updating tls backend to use webpki roots. This diff does the same on Android.
Test Plan:
- Build physical Android app.
- Toggle automatic backup upload and upload compaction to STAGING by clicking the upload button.
- Ensure upload succeeds and new compaction is visible in dynamodb.
- Type some drafts.
- Ensure new logs are visible in dynamodb.
- Log out and log in.
- Click restore button.
- Ensure restoration succeeds and drafts are brought back.
Reviewers: varun, bartek
Reviewed By: bartek
Subscribers: ashoat, tomek
Differential Revision: https://phab.comm.dev/D11920