mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-08 16:13:04 +02:00
The class loader is a rare process-wide variable for us. When the testing crates are compiled into the same .so as the main bridge crates, they all use the same variable, but when we build for Android we have two separate native library files that get loaded, and so we need to initialize both.