mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 08:33:13 +02:00
Add an annotation, CalledFromNative, and directives in the proguard file that recognize it and prevent items it's attached to from being stripped during code minification. Use it in place of some existing rules, and add it to methods that were already being called from native code.