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

Android: Add @Keep annotation to things accessed using JNI #9256

Merged
merged 1 commit into from Nov 18, 2020

Conversation

JosJuice
Copy link
Member

This acts as a hint to both people and automated tools that a variable or method shouldn't be renamed or removed.

This acts as a hint to both people and automated tools
that a variable or method shouldn't be renamed or removed.
@leoetlino leoetlino merged commit b8bc6c3 into dolphin-emu:master Nov 18, 2020
10 checks passed
@JosJuice JosJuice deleted the android-keep branch November 18, 2020 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants