Skip to content

Commit

Permalink
removed 64 bit driver libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Cook committed Apr 15, 2016
1 parent 14fda0b commit 4e5ad20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@
<source-file src="src/android/libs/sqlite-connector.jar" target-dir="libs"/>

<!-- Android-sqlite-connector native driver libs: -->
<source-file src="src/android/libs/armeabi/libsqlc-native-driver.so" target-dir="libs/armeabi"/>
<source-file src="src/android/libs/armeabi-v7a/libsqlc-native-driver.so" target-dir="libs/armeabi-v7a"/>
<source-file src="src/android/libs/x86/libsqlc-native-driver.so" target-dir="libs/x86"/>
<source-file src="src/android/libs/x86_64/libsqlc-native-driver.so" target-dir="libs/x86_64"/>
<source-file src="src/android/libs/arm64-v8a/libsqlc-native-driver.so" target-dir="libs/arm64-v8a"/>

</platform>

Expand Down

1 comment on commit 4e5ad20

@CookieCookson
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.