CommonCpp/DatabaseManagers also makes use of sqlite +
openssl, refactor the logic so that the related openssl gets
moved to it's own file.
https://linear.app/comm/issue/ENG-3002
Depends on D6621
Differential D6721
[Android] Refactor openssl code to separate file and target • jon on Feb 13 2023, 11:08 AM. Authored by Tags None Referenced Files
Details CommonCpp/DatabaseManagers also makes use of sqlite + https://linear.app/comm/issue/ENG-3002 Depends on D6621 Android gate passes. Local dev workflow also works: # start keyserver and native (cd keyserver && yarn dev &) (cd native && yarn dev &) cd native && yarn react-native run-android
Diff Detail
Event TimelineComment Actions Thanks for including testing Android in the test plan! Let's chat about prioritization of this work tomorrow – I was under the impression we were pausing for the time being, but understand you might just be putting up some code you had already worked on Comment Actions I had already done the work in my attempt to get the jni working for the native modules Comment Actions Happy to land this now, but let's discuss tomorrow RE ways to reduce JNI boilerplate for devs |