We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01199d1 commit b2be97eCopy full SHA for b2be97e
README.md
@@ -143,6 +143,7 @@ In order to build `android-database-sqlcipher` from source you will need both th
143
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \
144
OPENSSL_ROOT=/some/path/to/openssl-folder \
145
SQLCIPHER_ANDROID_VERSION="4.4.2" \
146
+SQLCIPHER_CFLAGS="-DSQLITE_HAS_CODEC" \
147
OPENSSL_ANDROID_LIB_ROOT=/some/path/for/android/native/lib/creation \
148
make build-release
149
```
0 commit comments