diff --git a/Makefile.toml b/Makefile.toml index 0606728..ffe3bbf 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -119,7 +119,8 @@ args = [ "${ANDROID_PLATFORM_VERSION}", "--target", "${ANDROID_BUILD_TARGET}", - "build" + "build", + "--features=dart_ffi" ] [tasks.android-build-release] @@ -133,7 +134,8 @@ args = [ "--target", "${ANDROID_BUILD_TARGET}", "build", - "--release" + "--release", + "--features=dart_ffi" ] [tasks.android-aarch64] diff --git a/native/zcash-sync b/native/zcash-sync index e6a97c9..5bf0eab 160000 --- a/native/zcash-sync +++ b/native/zcash-sync @@ -1 +1 @@ -Subproject commit e6a97c93d2a1e7f0dc10bf42c69256a46a6a3ba2 +Subproject commit 5bf0eabca02af21a9704fbb998989e7e25302884