Skip to content

Commit

Permalink
Android NDK libraries in JAR
Browse files Browse the repository at this point in the history
Resolve issue on cordova-android@7
ref: storesafe/cordova-sqlite-storage#729
  • Loading branch information
Christopher J. Brody committed Jan 4, 2018
1 parent e15aca0 commit 5c0ff76
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Contains source and object code built from:

This project provides the following dependencies needed to build [litehelpers / Cordova-sqlite-storage](https://github.com/litehelpers/Cordova-sqlite-storage):
- `sqlite3.h`, `sqlite3.c` - SQLite `3.15.2` amalgamation needed to build iOS and Windows versions
- `libs` - [liteglue / Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) JAR and [liteglue / Android-sqlite-native-driver](https://github.com/liteglue/Android-sqlite-native-driver) NDK libraries built with SQLite `3.15.2` amalgamation, with the following flags:
- `libs` - [liteglue / Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) and [liteglue / Android-sqlite-native-driver](https://github.com/liteglue/Android-sqlite-native-driver) JAR libraries built with SQLite `3.15.2` amalgamation, with the following flags:
- `-DSQLITE_THREADSAFE=1`
- `-DSQLITE_DEFAULT_MEMSTATUS=0`
- `-DSQLITE_OMIT_DECLTYPE`
Expand Down
Binary file removed libs/arm64-v8a/libsqlc-native-driver.so
Binary file not shown.
Binary file removed libs/armeabi-v7a/libsqlc-native-driver.so
Binary file not shown.
Binary file removed libs/armeabi/libsqlc-native-driver.so
Binary file not shown.
Binary file added libs/sqlite-native-driver.jar
Binary file not shown.
Binary file removed libs/x86/libsqlc-native-driver.so
Binary file not shown.
Binary file removed libs/x86_64/libsqlc-native-driver.so
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-sqlite-storage-dependencies",
"version": "1.0.4",
"version": "1.1.0",
"description": "Cordova sqlite storage dependencies",
"main": "404.js",
"scripts": {
Expand Down

0 comments on commit 5c0ff76

Please sign in to comment.