storesafe / cordova-sqlite-evcore-extbuild-free

Cordova sqlite plugin with Android performance enhancements for PhoneGap Build, GPL v3 or commercial license options
Other
24 stars 13 forks source link

Removing old armeabi target CPU platform #32

Closed brodycj closed 3 years ago

brodycj commented 6 years ago

If I do ndk-build of Android-evcore-native-driver NDK JAR component I get a message that the deprecated armeabi target CPU platform will be removed from the next major release. Old armeabi target CPU is also one more library build that I have to test every time I build a new version of the NDK JAR component.

I would like to remove support for armeabi target CPU in the near future, likely when I fix #6 (include missing pre-populated database support), #27 (embedded NULL characters), #28 (control characters), etc.

I would like to ask the user community to respond if there is any reason for me not to do this.

brodycj commented 3 years ago

Support for Android pre-5.1 including the old armeabi target CPU is now removed.