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

fix: pass off env vars to android apps #3621

Merged
merged 3 commits into from
Jan 22, 2025
Merged

fix: pass off env vars to android apps #3621

merged 3 commits into from
Jan 22, 2025

Conversation

jkelleyrtp
Copy link
Member

@jkelleyrtp jkelleyrtp commented Jan 22, 2025

As noticed in #3444 (comment) the current android hot-reload actually doesn't work properly since the host env var is not passed off to the child android app.

This PR implements a .env file in the android session cache that holds all the env vars passed to android during dev so we can freely use std::env::var in the android app.

@jkelleyrtp jkelleyrtp requested a review from a team as a code owner January 22, 2025 02:41
@jkelleyrtp jkelleyrtp merged commit 03c2d67 into main Jan 22, 2025
17 checks passed
@jkelleyrtp jkelleyrtp deleted the jk/fix-android-hr branch January 22, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant