You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifeq ($(TARGET_ARCH_ABI), x86) #we're generating an empty libcardioRecognizer_tegra2.so for x86 devices, so the list of .so files is the same for armeabi-v7a and x86 folders. This is to avoid any fallback to arm versions.
76
-
LOCAL_C_INCLUDES :=
77
-
LOCAL_SRC_FILES :=
76
+
LOCAL_C_INCLUDES :=
77
+
LOCAL_SRC_FILES :=
78
78
endif
79
79
80
80
# Note: setting -mfloat-abi=hard will generate libs that cannot be linked with built in Android ones. So don't.
Copy file name to clipboardExpand all lines: sdk/release_notes.md
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ next
7
7
* Populate CardIOActivity.EXTRA_CAPTURED_CARD_IMAGE when confirmation is shown [#10-source](https://github.com/card-io/card.io-Android-source/issues/10).
8
8
* Add x86 processor support [#26-source](https://github.com/card-io/card.io-Android-source/issues/26).
9
9
* Add arm64-v8a processor support [#33-source](https://github.com/card-io/card.io-Android-source/issues/33), [#51](https://github.com/card-io/card.io-Android-SDK/issues/51).
0 commit comments