sqlcipher-android/external-dependencies
2024-08-26 10:48:33 -04:00
..
libcrypto Add external-dependencies. 2023-05-01 16:49:04 -04:00
openssl-1.1.1t/include Add external-dependencies. 2023-05-01 16:49:04 -04:00
sqlite Update to latest sqlcipher. 2024-08-26 10:48:33 -04:00
README.md Add external-dependencies. 2023-05-01 16:49:04 -04:00

External Dependencies

These are the external files needed to build sqlcipher-android. They're fetched from various places.

libcrypto

These files are retrieved by building android-database-sqlcipher and copying them from android-database-sqlcipher/src/main/external/android-libs.

sqlite

These files are retrieved by building android-database-sqlcipher and copying them from android-database-sqlcipher/src/main/cpp.

openssl-1.1.1t

Downloaded from https://github.com/openssl/openssl/releases/tag/OpenSSL_1_1_1t

We only need the include directory, so the rest of the files are deleted for cleanliness.

This version was chosen because this is what SQLCipher currently compiles against.