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
Paths
| Differential D6721 Authored by • jon on Feb 13 2023, 11:08 AM.
Details Summary CommonCpp/DatabaseManagers also makes use of sqlite + https://linear.app/comm/issue/ENG-3002 Depends on D6621 Test Plan 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 TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptFeb 13 2023, 11:08 AM2023-02-13 11:08:47 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Feb 13 2023, 11:10 AM2023-02-13 11:10:12 (UTC-8) • jon added a child revision: D6722: [Android] Reference Tools by CMake project.Feb 13 2023, 11:38 AM2023-02-13 11:38:43 (UTC-8) Harbormaster completed remote builds in B16459: Diff 22503.Feb 13 2023, 12:27 PM2023-02-13 12:27:40 (UTC-8) Comment 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 This revision is now accepted and ready to land.Feb 14 2023, 10:35 AM2023-02-14 10:35:47 (UTC-8) Comment Actions Happy to land this now, but let's discuss tomorrow RE ways to reduce JNI boilerplate for devs Closed by commit rCOMM72905906676f: [Android] Refactor openssl code to separate file and target (authored by • jon). · Explain WhyFeb 20 2023, 6:29 PM2023-02-20 18:29:04 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 22503 native/android/app/CMakeLists.txt
native/android/app/cmake/openssl-target.cmake
|